Types with same name but different type parameters #3478
Labels
Declined
The issue was declined as something which matches the TypeScript vision
Suggestion
An idea for TypeScript
I was wondering: Are there any plans to support multiple types with the same name, but with a different number of type parameters, like this (similar to the
Func<T>
type in C#)?The current error message says that "all declarations of an interface must have identical type parameters".
Or, with #1616:
The text was updated successfully, but these errors were encountered: