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

12 lines
267 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/IfStatements/parserErrorRecoveryIfStatement1.ts (1 errors) ====
class Foo {
f1() {
if (
}
~
!!! Expression expected.
f2() {
}
f3() {
}
}