We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fdea0 commit 27bb8f1Copy full SHA for 27bb8f1
tests/neg/i9568.check
@@ -1,9 +1,9 @@
1
-- Error: tests/neg/i9568.scala:13:10 ----------------------------------------------------------------------------------
2
13 | blaMonad.foo(bla) // error: diverges
3
| ^
4
- |no implicit argument of type => Monad[([_$3] =>> Any)] was found for parameter ev of method blaMonad in object Test.
5
- |I found:
+ | no implicit argument of type => Monad[F] was found for parameter ev of method blaMonad in object Test.
+ | I found:
6
|
7
- | Test.blaMonad[Nothing, S](Test.blaMonad[F, S])
+ | Test.blaMonad[Nothing, S](Test.blaMonad[F, S])
8
9
- |But method blaMonad in object Test does not match type => Monad[Nothing].
+ | But method blaMonad in object Test does not match type => Monad[Nothing].
0 commit comments