TypeScript/tests/cases/conformance/es6/destructuring/destructuringTypeAssertionsES5_6.ts

2 lines
41 B
TypeScript
Raw Normal View History

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