DEBSOURCES
Skip Quicknav
sources / scala / 2.7.7.dfsg-4 / test / files / pos / tcpoly_typeapp.scala
1234
abstract class x { type t[m[x] <: Bound[x], Bound[x]] val x: t[scala.collection.mutable.MutableList, Iterable] }