DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / cases / compiler / asyncIIFE.ts
12345678910
// @target: ES6 function f1() { (async () => { await 10 throw new Error(); })(); var x = 1; }