TypeScript/tests/baselines/reference/slashBeforeVariableDeclaration1.errors.txt

7 lines
242 B
Plaintext
Raw Normal View History

tests/cases/compiler/slashBeforeVariableDeclaration1.ts(1,1): error TS1127: Invalid character.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/slashBeforeVariableDeclaration1.ts (1 errors) ====
\ declare var v;
!!! error TS1127: Invalid character.