swc/crates/swc_ecma_parser/tests/tsc/parserErrorRecoveryIfStatement2.ts

9 lines
62 B
TypeScript

class Foo {
f1() {
if (a
}
f2() {
}
f3() {
}
}