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"""A class type includes classes and traits in a specific order. Defining a class, even an anonymous class,
2780
2780
|requires specifying a linearization order for the traits it extends. For example, `A & B` is not a class type
2781
-
|because it doesn't specify which trait takes precedence, A or B. For more information about class types, please see the Scala Language Specification 3.4.
2781
+
|because it doesn't specify which trait takes precedence, A or B. For more information about class types, please see the Scala Language Specification.
0 commit comments