We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c59d3a + a6c115c commit 833a6a4Copy full SHA for 833a6a4
core/src/main/scala/shapeless/cached.scala
@@ -28,7 +28,7 @@ import scala.reflect.macros.whitebox
28
* }
29
*
30
* def print() = println(implicitly[TC[Int]].msg)
31
- * def printCached() = println(cached[TC[Int]].msg)
+ * def printCached() = println(Cached.implicitly[TC[Int]].msg)
32
33
34
* object Second {
@@ -37,7 +37,7 @@ import scala.reflect.macros.whitebox
37
38
39
40
41
42
43
* First.print()
0 commit comments