Added tests.

This commit is contained in:
Daniel Rosenwasser 2016-06-14 11:33:41 -07:00
parent 8917ddf8a1
commit 5a90c6777a
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// @declaration: true
let x = <[]>[];
let y = x[0];

View file

@ -0,0 +1,4 @@
// @declaration: true
let x = [] as [];
let y = x[0];