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

12 lines
418 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 expected.
}
~
!!! Declaration or statement expected.