TypeScript/tests/baselines/reference/fileWithNextLine1.types

8 lines
264 B
Text
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 = '…';
2015-04-13 23:01:57 +02:00
>v : string, Symbol(v, Decl(fileWithNextLine1.ts, 2, 3))
2015-04-13 21:36:11 +02:00
>'…' : string