mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Added tests.
This commit is contained in:
@@ -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};
|
||||
Reference in New Issue
Block a user