swc/crates/swc_ecma_parser/tests/tsc/parserSymbolIndexer1.ts
2022-02-04 17:08:38 +09:00

4 lines
55 B
TypeScript

//@target: ES6
interface I {
[s: symbol]: string;
}