summaryrefslogblamecommitdiff
path: root/test/files/pos/tcpoly_typeapp.scala
blob: 4cb1da4f74cd2bae263655f4d7ed2766efc68d55 (plain) (tree)
1
2
3
4


                                                         
 
abstract class x {
 type t[m[x] <: Bound[x], Bound[x]]
 val x: t[scala.collection.mutable.MutableList, Iterable]
}