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

4 lines
58 B
TypeScript

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