TypeScript/tests/baselines/reference/parserConstructorDeclaration5.errors.txt
2014-07-12 17:30:19 -07:00

6 lines
258 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ConstructorDeclarations/parserConstructorDeclaration5.ts (1 errors) ====
class C {
private constructor() { }
~~~~~~~
!!! 'private' modifier cannot appear on a constructor declaration.
}