summaryrefslogblamecommitdiff
path: root/test/files/pos/t9008.scala
blob: d11b8604f2bf73d5cbcc151d02edadd448c8a02e (plain) (tree)
1
2
3
4
5




                                             
trait Monad[M[_]]

object Test {
  def x: Monad[M forSome { type M[_] }] = ???
}