Skip to content

Commit a7983a4

Browse files
Added test for JSX spread properties.
1 parent 3fe0d3d commit a7983a4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/// <reference path='fourslash.ts' />
2+
3+
//@Filename: file.tsx
4+
//// declare namespace JSX {
5+
//// interface Element { }
6+
//// interface IntrinsicElements {
7+
//// div: { one; two; }
8+
//// }
9+
//// }
10+
//// let bag = { x: 100, y: 200 };
11+
//// <div {.../**/
12+
13+
goTo.marker();
14+
verify.completionListContains("bag");

0 commit comments

Comments
 (0)