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

6 lines
236 B
Plaintext

=== 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.