TypeScript/tests/cases/conformance/statements/for-ofStatements/ES5For-ofTypeCheck6.ts
2015-03-11 16:34:18 -07:00

3 lines
No EOL
73 B
TypeScript

//@target: ES5
var union: string[] | number[];
for (var v of union) { }