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 3c29355 commit 9abb230Copy full SHA for 9abb230
docs/_docs/reference/changed-features/eta-expansion-spec.md
@@ -48,7 +48,7 @@ Methods with implicit parameter lists will always get applied to implicit argume
48
def foo(x: Int)(implicit p: Double): Float = ???
49
implicit val bla: Double = 1.0
50
51
-val bar = foo // val bar: Int => Float = ...
+val bar: Int => Float = foo // val bar: Int => Float = ...
52
```
53
54
## Automatic Eta-Expansion and context types
0 commit comments