-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
DuplicateAn existing issue was already createdAn existing issue was already created
Description
TypeScript Version:
1.8.10 - editing with github's Atom / TS
Code
// A self-contained demonstration of the problem follows...
export interface Container {
stores: { [s: symbol]: string };
}
Expected behavior:
It should be fine ...
Actual behavior:
err: An index signature parameter type must be 'string' or 'number'
Metadata
Metadata
Assignees
Labels
DuplicateAn existing issue was already createdAn existing issue was already created