TypeScript/tests/baselines/reference/breakInIterationOrSwitchStatement3.types
2014-08-25 10:55:22 -07:00

5 lines
195 B
Plaintext

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