TypeScript/tests/cases/compiler/castNewObjectBug.ts
2014-07-12 17:30:19 -07:00

2 lines
47 B
TypeScript

interface Foo { }
var xx = <Foo> new Object();