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

6 lines
73 B
TypeScript
Raw Normal View History

//@target: ES6
class C {
// yes ASI
[e] = id++
[e2]: number
}