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 451b192 commit 1567481Copy full SHA for 1567481
src/main/scala/stdlib/HigherOrderFunctions.scala
@@ -49,7 +49,7 @@ object HigherOrderFunctions
49
50
def lambda5(x: Int) = x + 1
51
52
- val result = lambda(3)
+ val result = lambda(3)
53
val result1andhalf = lambda.apply(3)
54
55
val result2 = lambda2(3)
0 commit comments