Adding test

This commit is contained in:
Anders Hejlsberg
2015-08-26 17:14:33 -07:00
parent 72b347478c
commit f5b85acd74

View File

@@ -0,0 +1,3 @@
//@suppressExcessPropertyErrors: true
var x: { a: string } = { a: "hello", b: 42 }; // No error