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

14 lines
406 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserUnfinishedTypeNameBeforeKeyword1.ts (4 errors) ====
var x: TypeModule1.
~~~~~~~~~~~~
module TypeModule2 {
~~~~~~~~~~~
!!! '=' expected.
~
!!! ',' expected.
~~~~~~
!!! Cannot find name 'TypeModule1'.
~~~~~~~~~~~
!!! Cannot find name 'TypeModule2'.
}