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

3 lines
74 B
TypeScript

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