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

5 lines
197 B
Plaintext

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