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

6 lines
67 B
TypeScript

//@target: ES6
var obj = {
[Symbol.for]: 0
};
obj[Symbol.for];