summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2651_4/B.scala
blob: b33dbde676397b5c5f20e1dd12a98c834aa5b55b (plain) (blame)
1
2
3
trait B extends A[Int, String] {
  def x = 3
}