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

2 lines
39 B
TypeScript
Raw Normal View History

//@target: ES5
var { x } = <any>foo();