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

4 lines
47 B
TypeScript

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