swc/crates/swc_ecma_parser/tests/tsc/parserSymbolProperty1.ts

4 lines
61 B
TypeScript

//@target: ES6
interface I {
[Symbol.iterator]: string;
}