TypeScript/tests/baselines/reference/newLineFlagWithCRLF.symbols

9 lines
171 B
Plaintext

=== tests/cases/compiler/newLineFlagWithCRLF.ts ===
var x=1;
>x : Symbol(x, Decl(newLineFlagWithCRLF.ts, 0, 3))
x=2;
>x : Symbol(x, Decl(newLineFlagWithCRLF.ts, 0, 3))