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

4 lines
47 B
TypeScript
Raw Normal View History

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