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

6 lines
265 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ParameterLists/parserParameterList14.ts (1 errors) ====
declare class C {
foo(a = 1): void;
~~~~~
!!! A parameter initializer is only allowed in a function or constructor implementation.
}