TypeScript/tests/baselines/reference/breakTarget2.types

6 lines
227 B
Plaintext
Raw Normal View History

2014-08-22 03:39:46 +02:00
=== tests/cases/compiler/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.