dotty.tools.dotc.transform.MixinOps
Attributes
- Graph
- Supertypes
Members list
Concise view
Value members
Is sym a member of implementing class cls?
The test is performed at phase thisPhase.
Is sym a member of implementing class cls?
The test is performed at phase thisPhase.
Attributes
Does method need a forwarder to in class cls
Method needs a forwarder in those cases:
Does method need a forwarder to in class cls
Method needs a forwarder in those cases:
- there's a class defining a method with same signature
- there are multiple traits defining method with same signature
Attributes