Added test for JSX spread properties.

This commit is contained in:
Daniel Rosenwasser 2015-07-06 12:40:05 -07:00
parent 3fe0d3defe
commit a7983a4f3e

View File

@ -0,0 +1,14 @@
/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// declare namespace JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// div: { one; two; }
//// }
//// }
//// let bag = { x: 100, y: 200 };
//// <div {.../**/
goTo.marker();
verify.completionListContains("bag");