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

4 lines
55 B
TypeScript

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