summaryrefslogtreecommitdiff
path: root/test/files/pos/tcpoly_typeapp.scala
blob: 7fb4dca72e1a1e66b8b0e3f800df02fe52cdeaf1 (plain) (blame)
1
2
3
4
abstract class x {
 type t[m[x] <: Bound[x], Bound[x]]
 val x: t[scala.collection.mutable.MutableList, Iterable]
}