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

3 lines
32 B
TypeScript

while (true) {
break target;
}