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

9 lines
307 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ClassElements/parserErrorRecovery_ClassElement2.ts (1 errors) ====
module M {
class C {
enum E {
~~~~
!!! error TS1068: Unexpected token. A constructor, method, accessor, or property was expected.
}
}