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

4 lines
60 B
TypeScript

//@target: ES6
class C {
[Symbol.toPrimitive]: string;
}