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 f5b7c97 commit 4a488c8Copy full SHA for 4a488c8
docs/docs/reference/contextual/import-implied.md
@@ -8,7 +8,6 @@ A special form of import is used to import implied instances. Example:
8
object A {
9
class TC
10
implied tc for TC
11
- implied
12
def f given TC = ???
13
}
14
object B {
tests/run/implied-for.scala
@@ -46,7 +46,7 @@ object Test2 {
46
47
48
object Test3 {
49
- import implied Instances.{for Ordering[_]}
+ import implied Instances.{im, for Ordering[_]}
50
val x = intOrd
51
val y = listOrd[Int]
52
val z = im
0 commit comments