TypeScript/tests/cases/compiler/forInStatement1.ts
2014-07-12 17:30:19 -07:00

3 lines
40 B
TypeScript

var expr: any;
for (var a in expr) {
}