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

12 lines
362 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== 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'.