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

4 lines
43 B
TypeScript

//@target: ES6
var v = {
[public]: 0
};