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
I guess, that the reason is different handling of owner in scalac and dotty. For example for 'scalac' owner of class-path-loaded scala.collection.TraversableLike$WithFilter will be scala.collection.TraversableLike. But for dotty it would be scala.collection., that obviously has no type parameters.