We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7b8f6 commit 338092aCopy full SHA for 338092a
tests/neg/24782.check
@@ -0,0 +1,6 @@
1
+-- [E050] Type Error: tests/neg/24782.scala:4:28 -----------------------------------------------------------------------
2
+4 | def f(using pure: Pure) = S(s => pure(s)) // error (but no compiler crash / stack overflow)
3
+ | ^
4
+ | expression does not take more parameters
5
+ |
6
+ | longer explanation available when compiling with `-explain`
0 commit comments