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

3 lines
37 B
TypeScript

for (var i in something) {
break;
}