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