DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / indexSignatureWithInitializer.ts
12345678
// These used to be indexers, now they are computed properties interface I { [x = '']: string; } class C { [x = 0]: string }