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
assert(style.isVirtual || specificReceiver == methodOwner, s"specificReceiver can only be specified for virtual calls. $method - $specificReceiver")
1126
1126
1127
-
valuseSpecificReceiver= specificReceiver !=null&&(specificReceiver ne defn.NullClass) &&(specificReceiver ne defn.NothingClass) &&!method.isScalaStatic
0 commit comments