DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / 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 }