TypeScript/tests/baselines/reference/continueInIterationStatement1.types

5 lines
197 B
Plaintext
Raw Normal View History

2014-08-22 03:39:46 +02:00
=== 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.