aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/hkwild.scala
blob: 49bea7d0180d7cb45cae0d16142699097ad05046 (plain) (tree)
1
2
3
4
5
6





                                                           
class Test[T1](val x: T1) {
  def invert[El1, CC1[X]](implicit w1: T1 <:< CC1[El1]) = {
    val buf: CC1[_] = w1(x)
    ???
  }
}