Skip to content

Commit 5a90c67

Browse files
Added tests.
1 parent 8917ddf commit 5a90c67

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// @declaration: true
2+
3+
let x = <[]>[];
4+
let y = x[0];
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// @declaration: true
2+
3+
let x = [] as [];
4+
let y = x[0];

0 commit comments

Comments
 (0)