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

6 lines
292 B
Plaintext

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