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

4 lines
39 B
TypeScript

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