final case class ConflictingDefaultMethods(infos: List[MethodInfo], from: From) extends Error with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConflictingDefaultMethods
- Serializable
- Serializable
- Product
- Equals
- Error
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConflictingDefaultMethods(infos: List[MethodInfo], from: From)
Value Members
-
val
from: From
- Definition Classes
- ConflictingDefaultMethods → Error
- val infos: List[MethodInfo]