TypeScript/tests/baselines/reference/newLineFlagWithLF.symbols
2015-05-04 17:30:06 -07:00

9 lines
173 B
Plaintext

=== 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))