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

6 lines
64 B
TypeScript

//@target: ES6
enum E {
// No ASI
[e] = 0
[e2] = 1
}