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

3 lines
78 B
TypeScript

interface I {
[a = 0] // Used to be indexer, now it is a computed property
}