TypeScript/tests/cases/conformance/es6/destructuring/destructuringTypeAssertionsES5_6.ts
2015-06-03 17:22:38 -07:00

2 lines
41 B
TypeScript

//@target: ES5
var { x } = <any>new Foo;