aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/compilerReporter/simple/Source.scala
blob: 6f06785990c363966bf8fac71ea36be94abf4bd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
trait A
trait B

trait Wr {
  val z: A with B
}

object Er {
  val a = er1
}