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

6 lines
47 B
TypeScript

enum E {
A
}
let foo: Record<E, any> = {}