TypeScript/tests/baselines/reference/fileWithNextLine1.symbols

7 lines
240 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/fileWithNextLine1.ts ===
// Note: there is a nextline (0x85) in the string
// 0. It should be counted as a space and should not cause an error.
var v = '…';
>v : Symbol(v, Decl(fileWithNextLine1.ts, 2, 3))