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 pure interface prediction for methods with default arguments
Methods with default arguments in traits generate defender methods, so the
trait cannot be a pure interface. Checking def kinds earlier in Namer rather
than Typer exhibited that special case.
0 commit comments