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

5 lines
51 B
TypeScript

while (true) {
function f() {
continue;
}
}