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

4 lines
60 B
TypeScript

//@target: ES5
var x: {
[Symbol.toPrimitive](): string
}