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

4 lines
36 B
TypeScript

//@target: ES6
class C {
[e]();
}