TypeScript/tests/baselines/reference/breakInIterationOrSwitchStatement2.types

6 lines
238 B
Text
Raw Normal View History

2014-08-22 03:39:46 +02:00
=== tests/cases/compiler/breakInIterationOrSwitchStatement2.ts ===
do {
No type information for this code. break;
No type information for this code.}
No type information for this code.while (true);
No type information for this code.