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

4 lines
35 B
TypeScript

//@target: ES6
enum E {
[e] = 1
}