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
caseTypeRef(_, tparam, _) if tparam.isTypeParameter &&!isForwarderTparam(tparam) =>
218
+
symTparams.get(tparam.name).foreach{ symTparam =>
219
+
debuglog(s"Renaming ${symTparam} (owned by ${symTparam.owner}, a mixin forwarder hosted in ${forwarder.enclClass.fullNameString}) to avoid shadowing enclosing type parameter of ${tparam.owner.fullNameString})")
0 commit comments