summaryrefslogblamecommitdiff
path: root/test/files/pos/t9331.scala
blob: 00a667886f24d2d06aaea4684e38febbdce35b93 (plain) (tree)
1
2
3
4
5
6





                                                                             
import scala.language.higherKinds

trait Proxy[+T]
case class Stuff[+P[PP] <: Proxy[PP]]() {
  // canEqual was incorrectly synthetized and started reporting a kind error.
}