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