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 652092b commit 6f72a5fCopy full SHA for 6f72a5f
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