Skip to content

Commit 22ca61c

Browse files
committed
Homogenize names
1 parent eacd788 commit 22ca61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/tasty/Reflection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class Reflection(private[scala] val internal: CompilerInterface) { self =>
429429
internal.QuotedExpr_cast[U](expr)
430430
}
431431

432-
extension QuotedTypeAPI on [T <: AnyKind](tpe: scala.quoted.Type[T]) {
432+
extension QuotedTypeOps on [T <: AnyKind](tpe: scala.quoted.Type[T]) {
433433
/** View this expression `quoted.Type[T]` as a `TypeTree` */
434434
def unseal(using ctx: Context): TypeTree =
435435
internal.QuotedType_unseal(tpe)

0 commit comments

Comments
 (0)