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

4 lines
47 B
TypeScript

//@target: ES6
interface I {
[e]: number
}