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

4 lines
40 B
TypeScript

//@target: ES6
class C {
public [e]
}