TypeScript/tests/baselines/reference/unicodeIdentifierName2.errors.txt
2014-07-12 17:30:19 -07:00

12 lines
362 B
Plaintext

==== tests/cases/compiler/unicodeIdentifierName2.ts (5 errors) ====
var a₁ = "hello"; alert(a₁)
!!! Invalid character.
~
!!! Variable declaration expected.
~~~~~~~
!!! Variable declaration expected.
!!! Invalid character.
~~~~~
!!! Cannot find name 'alert'.