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

14 lines
390 B
Text
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ClassElements/parserErrorRecovery_ClassElement3.ts (3 errors) ====
module M {
|
~
!!! error TS1128: Declaration or statement expected.
2014-07-13 01:04:16 +02:00
class C {
}
|
~
!!! error TS1128: Declaration or statement expected.
2014-07-13 01:04:16 +02:00
enum E {
}
!!! error TS1005: '}' expected.