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
The significant check is probably only at the leaves, specifically TypeParam::Opaques, but we should check somewhere that we don't have an Opaque with a malformed CustomType like List<5> or similar (i.e., should be List<SomeType>)
The text was updated successfully, but these errors were encountered:
The significant check is probably only at the leaves, specifically
TypeParam::Opaque
s, but we should check somewhere that we don't have an Opaque with a malformed CustomType likeList<5>
or similar (i.e., should beList<SomeType>
)The text was updated successfully, but these errors were encountered: