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

8 lines
289 B
Plaintext

==== tests/cases/compiler/parsingClassRecoversWhenHittingUnexpectedSemicolon.ts (1 errors) ====
class C {
public f() { };
~
!!! error TS1068: Unexpected token. A constructor, method, accessor, or property was expected.
private m;
}