mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Adding test
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
//@suppressExcessPropertyErrors: true
|
||||
|
||||
var x: { a: string } = { a: "hello", b: 42 }; // No error
|
||||
Reference in New Issue
Block a user