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

4 lines
45 B
TypeScript

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