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

3 lines
No EOL
71 B
TypeScript

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