TypeScript/tests/baselines/reference/continueInIterationStatement2.symbols
2015-04-15 16:44:20 -07:00

6 lines
No EOL
236 B
Text

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