TypeScript/tests/baselines/reference/newLineFlagWithLF.symbols

9 lines
173 B
Plaintext
Raw Normal View History

2015-05-05 02:30:06 +02:00
=== tests/cases/compiler/newLineFlagWithLF.ts ===
var x=1;
>x : Symbol(x, Decl(newLineFlagWithLF.ts, 0, 3))
x=2;
>x : Symbol(x, Decl(newLineFlagWithLF.ts, 0, 3))