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 isInlineable check to work during overloading resolution
Overloading may create temporary symbols via `Applications#resolveMapped`, these
symbols do not carry the annotations from the original symbols which means the
`isInlineable` would always return false for them. This matters because during
the course of overloading resolution we might call
`ProtoTypes.Compatibility#constrainResult` which special-cases transparent
inline methods.
Fixes a regression in Monocle introduced in the previous commit.
0 commit comments