==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/IfStatements/parserErrorRecoveryIfStatement4.ts (2 errors) ==== class Foo { f1() { if (a.b) ~ !!! Cannot find name 'a'. } ~ !!! Expression expected. f2() { } f3() { } }