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

3 lines
33 B
TypeScript

interface I {
[a, b]: number
}