TypeScript/tests/baselines/reference/breakInIterationOrSwitchStatement1.symbols

5 lines
199 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/breakInIterationOrSwitchStatement1.ts ===
while (true) {
No type information for this code. break;
No type information for this code.}
No type information for this code.