TypeScript/tests/cases/compiler/breakInIterationOrSwitchStatement4.ts

3 lines
39 B
TypeScript
Raw Normal View History

2014-08-22 03:39:46 +02:00
for (var i in something) {
break;
}