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

4 lines
42 B
TypeScript

//@target: ES6
var x = {
[0, 1]: { }
}