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
traitLabel[A]:defapply(v: A):Stringgiven [A] as Label[A] = _.toString
extension [A](x: A) inlinedeflabel(usinginlinel: Label[A]):String= l(x)
deflabel1[A](v: A) = v.label // Compiles finedeflabel2[A](l: A) = l.label // Fails to compile because parameter `l` matches implicit argument name `l`