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

4 lines
58 B
TypeScript

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