Added tests.

This commit is contained in:
Daniel Rosenwasser 2016-06-14 19:02:47 -07:00
parent 82b385f331
commit 14c2bcf73a
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
// @declaration: true
let x = <{a: number; a: number}>{};

View file

@ -0,0 +1,3 @@
// @declaration: true
let x = {} as {a: number; a: number};