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

5 lines
255 B
Plaintext

=== tests/cases/conformance/parser/ecmascript5/Statements/BreakStatements/parser_breakInIterationOrSwitchStatement1.ts ===
while (true) {
No type information for this code. break;
No type information for this code.}
No type information for this code.