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
DefaultTypeHierarchy#isSubtype(ATM, ATM), (which is really isSubtypeOrConvertible) is not implemented for the following combinations (subtype_supertype):
- [ ] Intersection_Typevar (testcase in framework/tests/all-systems/Issue717.java. asSuper bug see #717) - [ ] Typevar_Array (See #577) Combo not valid. Error happens when a type variable is not substituted correctly
The text was updated successfully, but these errors were encountered:
DefaultTypeHierarchy#isSubtype(ATM, ATM)
, (which is really isSubtypeOrConvertible) is not implemented for the following combinations (subtype_supertype):long l = t
, where the type oft
isT extends Long
) PR Add Intersection_Primitive and Typevar_Primitive combinations to isSubtype #710long l = t
, where the type oft
isT extends Long & Cloneable
) PR Add Intersection_Primitive and Typevar_Primitive combinations to isSubtype #710- [ ] Intersection_Typevar(testcase in framework/tests/all-systems/Issue717.java. asSuper bug see #717)- [ ] Typevar_Array (See #577)Combo not valid. Error happens when a type variable is not substituted correctlyThe text was updated successfully, but these errors were encountered: