TypeScript/tests/baselines/reference/ES5For-of5.symbols
2015-04-15 16:44:20 -07:00

9 lines
252 B
Plaintext

=== tests/cases/conformance/statements/for-ofStatements/ES5For-of5.ts ===
for (var _a of []) {
>_a : Symbol(_a, Decl(ES5For-of5.ts, 0, 8))
var x = _a;
>x : Symbol(x, Decl(ES5For-of5.ts, 1, 7))
>_a : Symbol(_a, Decl(ES5For-of5.ts, 0, 8))
}