Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type alias as mapping key #19404

Closed
Yamakaky opened this issue Oct 22, 2017 · 2 comments
Closed

Type alias as mapping key #19404

Yamakaky opened this issue Oct 22, 2017 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@Yamakaky
Copy link

TypeScript Version: 2.7.0-dev.20171021

Code

type Id = number

interface Mapping {
    [key: Id]: string,
}

Expected behavior:

Compiles correctly as Id is a number

Actual behavior:

error TS1023: An index signature parameter type must be 'string' or 'number'.

@jcalz
Copy link
Contributor

jcalz commented Oct 22, 2017

Duplicate of #7374

@Yamakaky
Copy link
Author

Oops, sorry

@mhegazy mhegazy added the Duplicate An existing issue was already created label Oct 23, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants