mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Added tests.
This commit is contained in:
parent
82b385f331
commit
14c2bcf73a
@ -0,0 +1,3 @@
|
||||
// @declaration: true
|
||||
|
||||
let x = <{a: number; a: number}>{};
|
||||
@ -0,0 +1,3 @@
|
||||
// @declaration: true
|
||||
|
||||
let x = {} as {a: number; a: number};
|
||||
Loading…
x
Reference in New Issue
Block a user