destructuringTypeAssertionsES5_2.ts(1,19): error TS2304: Cannot find name 'foo'.


==== destructuringTypeAssertionsES5_2.ts (1 errors) ====
    var { x } = (<any>foo());
                      ~~~
!!! error TS2304: Cannot find name 'foo'.