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

2 lines
48 B
TypeScript

//@target: ES6
var v = { public get [e]() { } };