summaryrefslogtreecommitdiff
path: root/test/files/pos/tcpoly_higherorder_bound_method.scala
blob: 1e5cbf80923cf2972e4428ce16a8760d6b35bd57 (plain) (blame)
1
2
3
trait SkolemisationOfHigherOrderBoundInMethod {
 def method[A, N[X <: A], M[X <: N[A]]]: unit
}