You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think then the checkParameterizedTypeIsInstantiated must be recursive.
i.e: It should also look for the types nested within other types.
For e.g: An array of InclusiveRange (without the type parameter), can be defined without any errors.
let r: [InclusiveRange] = [] // no errors
Suggested Solution
No response
The text was updated successfully, but these errors were encountered:
Issue to be solved
#2523 (comment)
Suggested Solution
No response
The text was updated successfully, but these errors were encountered: