summaryrefslogtreecommitdiff
path: root/test/pending/res/bug1092/C.scala
blob: f961a93b5b945d29addf0bd2b2bd8a6f26a476a9 (plain) (blame)
1
2
3
4
5
6
object C extends Application {
  import HolderA.A
  import HolderB.B

  println(new A(4) with B)
}