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

4 lines
51 B
TypeScript
Raw Normal View History

//@target: ES5
declare class C {
[e]: number
}