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
Fix#6822: Fix self type handling for opaque types in classes
Two problems fixed:
- selfInfo's can be NoType, so need to use the selfType as a refinement parent.
- selfTypes for classes can be conjunctions of given self type and underlying type,
so need to use givenselfType to extract the opaque alias.
0 commit comments