TypeScript/tests/baselines/reference/parserErrorRecovery_ParameterList6.errors.txt
2014-07-31 11:06:42 -07:00

12 lines
461 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ParameterLists/parserErrorRecovery_ParameterList6.ts (4 errors) ====
class Foo {
public banana (x: break) { }
~~~~~
!!! Type expected.
~
!!! Identifier expected.
~~~~~~
!!! Function implementation is missing or not immediately following the declaration.
}
~
!!! Declaration or statement expected.