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
classA { defm=1 }
classBextendsA { overridedefm=2 }
traitTextendsAclassCextendsBwithT {
overridedefm=super[T].m // should invoke A.m currently invokes B.m
}
scala/scala-dev#143 (comment)
I have a fix in mind, but I will not have time to try it out before going for vacation.
Making a note for myself to come back to it in September.