TypeScript/tests/baselines/reference/parser_breakTarget2.types
2014-08-15 14:37:48 -07:00

6 lines
283 B
Plaintext

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