//// [parserES5SymbolProperty1.ts] interface I { [Symbol.iterator]: string; } //// [parserES5SymbolProperty1.js]