Open DmytroMitin opened 5 years ago
Think whether for
trait B { self: C => }
type Self should be
Self
type Self >: self.type <: B with C { type This = self.This }
C with B because C can be class
C with B
C
Think whether for
type
Self
should be