TypeScript/tests/baselines/reference/asyncArrowFunction2_es6.symbols
2015-05-06 17:33:58 -07:00

6 lines
234 B
Plaintext

=== tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction2_es6.ts ===
var f = (await) => {
>f : Symbol(f, Decl(asyncArrowFunction2_es6.ts, 0, 3))
>await : Symbol(await, Decl(asyncArrowFunction2_es6.ts, 0, 9))
}