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
valSuperAccessorName(memberName) = ctx.atPhase(ctx.picklerPhase){ implicit ctx => acc.name }:Name// dotty deviation: ": Name" needed otherwise pattern type is neither a subtype nor a supertype of selector type
62
+
valunexpandedAccName=
63
+
if (acc.is(ExpandedName)) // Cannot use unexpandedName because of #765. t2183.scala would fail if we did.
valSuperAccessorName(memberName) =unexpandedAccName: Name// dotty deviation: ": Name" needed otherwise pattern type is neither a subtype nor a supertype of selector type
63
69
ctx.debuglog(i"starting rebindsuper from $base of ${acc.showLocated}: ${acc.info} in $bcs, name = $memberName")
0 commit comments