Type not suggested when implementing an interface's overloaded method #18384
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
TypeScript Version: 2.5.2 / nightly (2.6.0-dev.20170910)
Code
Expected behavior:
I would expect
arg
type to be"action1"|"action2"|string
.Actual behavior:
arg
type isany
.The text was updated successfully, but these errors were encountered: