summaryrefslogblamecommitdiff
path: root/test/files/pos/t3419/B_1.scala
blob: a8ec7edba4b92c69d4bff8f8ed392c8304287e22 (plain) (tree)
1
2
3


                             
trait T[A,B] {
  type X[a <: A, b <: B] <: B
}