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
Implement ancestors inline traits without term args
Ancestors without term args do not need to be specified in the list of extended symbols
This means that we need to recreate the trees manually, and most importantly, make sure the inlined members are overridden in the correct order
The order of inheritance is defined by a left-handed DFS and is accessible through SymDenotation#baseClasses
0 commit comments