TypeScript/tests/baselines/reference/newLineFlagWithLF.types
2016-09-01 14:25:44 -07:00

12 lines
125 B
Plaintext

=== tests/cases/compiler/newLineFlagWithLF.ts ===
var x=1;
>x : number
>1 : 1
x=2;
>x=2 : 2
>x : number
>2 : 2