DEBSOURCES
Skip Quicknav
sources / scala / 2.7.7.dfsg-4 / test / files / pos / tcpoly_param_scoping.scala
12345678
trait FOO[B, m[A <: B]] trait FOO2[A <: B, B] trait FOO3[m[A <: B], B] class Test { def foo[a[x]] = "a" } //trait Idiom[idi[x]] { def foo: idi[Int]}