Closed STRd6 closed 4 months ago
Added the usage half of mixins.
class A with B,C x = 3 --- class A extends C(B(Object)) { x = 3 }
Added the usage half of mixins.