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.
given
1 parent 40fa0a2 commit dc52c3dCopy full SHA for dc52c3d
library/src-bootstrapped/scala/quoted/Liftable.scala
@@ -37,7 +37,7 @@ object Liftable {
37
}
38
39
40
- implicit def ClassIsLiftable[T]: Liftable[Class[T]] = new Liftable[Class[T]] {
+ given ClassIsLiftable[T] as Liftable[Class[T]] = new Liftable[Class[T]] {
41
/** Lift a `Class[T]` into `'{ classOf[T] }` */
42
def toExpr(x: Class[T]) = given qctx => {
43
import qctx.tasty._
0 commit comments