TypeScript/tests/baselines/reference/continueTarget2.symbols

6 lines
233 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/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.