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

4 lines
49 B
TypeScript

//@target: ES6
class C {
[a ? "" : ""]() {}
}