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

8 lines
275 B
Text
Raw Normal View History

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