mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Added tests.
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
// @declaration: true
|
||||
|
||||
let x = <{a: number; a: number}>{};
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
// @declaration: true
|
||||
|
||||
let x = {} as {a: number; a: number};
|
||||
Reference in New Issue
Block a user