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

4 lines
59 B
TypeScript

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