summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2651_4/A.scala
blob: 63f2a1643e62f76682f6eb4416e0b6b8d664941a (plain) (blame)
1
2
3
4
5
trait A[T, S] {
  def x: T
  def y(a: T)
  def z[B <: T]
}