TypeScript/tests/baselines/reference/parserErrorRecovery_ClassElement3.errors.txt
2014-09-11 16:11:08 -07:00

14 lines
390 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ClassElements/parserErrorRecovery_ClassElement3.ts (3 errors) ====
module M {
|
~
!!! error TS1128: Declaration or statement expected.
class C {
}
|
~
!!! error TS1128: Declaration or statement expected.
enum E {
}
!!! error TS1005: '}' expected.