TypeScript/tests/baselines/reference/fileWithNextLine2.types

8 lines
197 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/fileWithNextLine2.ts ===
// Note: there is a nextline (0x85) char between the = and the 0.
// it should be treated like a space
var v =…0;
>v : number
2015-04-13 21:36:11 +02:00
>0 : number