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

6 lines
284 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ConstructorDeclarations/parserConstructorDeclaration10.ts (1 errors) ====
class C {
constructor(): number { }
~~~~~~
!!! error TS1093: Type annotation cannot appear on a constructor declaration.
}