MixinComposition icon indicating copy to clipboard operation
MixinComposition copied to clipboard

Scala macro for composition of trait instances

Results 1 MixinComposition issues
Sort by recently updated
recently updated
newest added

Following the example outlined in the README, this test fails: ``` scala package ahlers.michael import org.scalatest.{Matchers, WordSpec} class MixinTest extends WordSpec with Matchers { trait Foo { def foo: Int...