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

6 lines
264 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/MemberVariableDeclarations/parserMemberVariableDeclaration3.ts (1 errors) ====
class C {
static public Foo;
~~~~~~
!!! error TS1029: 'public' modifier must precede 'static' modifier.
}