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 eacd788 commit 22ca61cCopy full SHA for 22ca61c
library/src/scala/tasty/Reflection.scala
@@ -429,7 +429,7 @@ class Reflection(private[scala] val internal: CompilerInterface) { self =>
429
internal.QuotedExpr_cast[U](expr)
430
}
431
432
- extension QuotedTypeAPI on [T <: AnyKind](tpe: scala.quoted.Type[T]) {
+ extension QuotedTypeOps on [T <: AnyKind](tpe: scala.quoted.Type[T]) {
433
/** View this expression `quoted.Type[T]` as a `TypeTree` */
434
def unseal(using ctx: Context): TypeTree =
435
internal.QuotedType_unseal(tpe)
0 commit comments