//@target: ES5 var Symbol: any; class C { [Symbol.iterator]() { } } (new C)[Symbol.iterator]