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.
2 parents 652092b + 6f72a5f commit 72fd1cbCopy full SHA for 72fd1cb
docs/docs/reference/changed/implicit-resolution.md
@@ -17,7 +17,7 @@ affect implicits on the language level.
17
18
/*!*/ implicit val x = ... // error: type must be given explicitly
19
20
- /*!*/ next(): Context = ... // error: type must be given explicitly
+ /*!*/ implicit def y = ... // error: type must be given explicitly
21
22
val y = {
23
implicit val ctx = this.ctx // ok
0 commit comments