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 d7f96c7 commit 4f3069dCopy full SHA for 4f3069d
docs/docs/reference/implicit-by-name-parameters.md
@@ -47,8 +47,7 @@ The precise steps for constructing an implicit argument for a by-name parameter
47
48
In the example above, the definition of `s` would be expanded as follows.
49
50
- val s = implicitly[Test.Serializable[Option[Int]]](
51
- serializeOption[Int](serializeInt)
52
- )
+ val s = implicitly[Test.Serializable[Option[Int]]](
+ serializeOption[Int](serializeInt))
53
54
No lazy val was generated because the synthesized argument is not recursive.
0 commit comments