TypeScript/tests/baselines/reference/asyncArrowFunction2_es6.symbols

6 lines
234 B
Plaintext
Raw Normal View History

2015-05-07 02:33:58 +02:00
=== 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))
}