=== tests/cases/compiler/forInStatement6.ts === var a: any; >a : Symbol(a, Decl(forInStatement6.ts, 0, 3)) var expr: any; >expr : Symbol(expr, Decl(forInStatement6.ts, 1, 3)) for (a in expr) { >a : Symbol(a, Decl(forInStatement6.ts, 0, 3)) >expr : Symbol(expr, Decl(forInStatement6.ts, 1, 3)) }