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

7 lines
329 B
Plaintext

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