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

4 lines
46 B
TypeScript

//@target: ES6
var v = {
[0 in []]: true
}