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
Given an open type, it should be possible to pass it a Map<TypeParameter,ClosedType> to get a ClosedType or a Map<TypeParameter,OpenType> to get another OpenType. That is, let us do type param substitution.
Not sure if this would be for 1.2 or later, but I expect metamodel users would need that.
The text was updated successfully, but these errors were encountered:
Given an open type, it should be possible to pass it a
Map<TypeParameter,ClosedType>
to get aClosedType
or aMap<TypeParameter,OpenType>
to get anotherOpenType
. That is, let us do type param substitution.Not sure if this would be for 1.2 or later, but I expect metamodel users would need that.
The text was updated successfully, but these errors were encountered: