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#4342: Handle Scala2 method calls with an outer param
When calling a Scala 2.x method with an outer parameter, adapt to the
old behavior in picking the outer parameter's type, i.e., prefer the
enclosing class's self type, rather than the enclosing class itself.
0 commit comments