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
Spec says "Furthermore, every user-defined Scala class also inherits the trait scala.ScalaObject." This should be updated to reflect the fact that pure interfaces (traits with only abstract members) are not given a ScalaObject parent. If possible it would be good to provide as well some motivation for this distinction.