summaryrefslogtreecommitdiff
path: root/test/files/neg/t3854.check
blob: c478481a6fbaa2fa78b0d6e569e8b76a10b22c43 (plain) (blame)
1
2
3
4
5
t3854.scala:1: error: class Bar needs to be abstract, since method foo in trait Foo of type [G[_]](implicit n: N[G,F])X[F] is not defined
(Note that N[G,F] does not match M[G])
class Bar[F[_]] extends Foo[F] {
      ^
one error found