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
Make ensureConforms behave gracefully fter erasure
After erasure, if required conformance is between value and non-value types,
one should perform boxing and unboxing operations automatically, instead of
just issuing a cast, which would be illegal at that point.
Also: make isNonLocalReturn available as part of a global object, because
we'll need it in LiftTry.
0 commit comments