Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
CheckUnused.type
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
Attributes
- Supertypes
Attributes
- Supertypes
- Self type
-
PrecedenceLevels.type
Types
Value members
Concrete methods
Concrete fields
Suppress warning in a tree, such as a patvar name allowed by special convention.
Suppress warning in a tree, such as a patvar name allowed by special convention.
Attributes
Attachment holding the name of an Ident as written by the user.
Attachment holding the name of an Ident as written by the user.
Attributes
Extensions
Extensions
Generated import of cases from enum companion.
Generated import of cases from enum companion.
Attributes
Under -Wunused:strict-no-implicit-warn, avoid false positives if this selector is a wildcard that might import implicits or specifically does import an implicit. Similarly, import of CanEqual must not warn, as it is always witness.
Under -Wunused:strict-no-implicit-warn, avoid false positives if this selector is a wildcard that might import implicits or specifically does import an implicit. Similarly, import of CanEqual must not warn, as it is always witness.
Attributes
Is it the first import clause in a statement? a.x
in import a.x, b.{y, z}
Is it the first import clause in a statement? a.x
in import a.x, b.{y, z}
Attributes
This is used to ignore exclusion imports of the form import qual.member as _
because sel.isUnimport
is too broad for old style import concurrent._
.
This is used to ignore exclusion imports of the form import qual.member as _
because sel.isUnimport
is too broad for old style import concurrent._
.