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 18af4c7 commit 833509eCopy full SHA for 833509e
library/src/scala/tasty/Reflection.scala
@@ -1353,7 +1353,7 @@ trait Reflection extends reflect.Types { reflectSelf: CompilerInterface =>
1353
def of[T <: AnyKind](using qtype: scala.quoted.Type[T]): Type =
1354
qtype.asInstanceOf[scala.internal.quoted.Type[TypeTree]].typeTree.tpe
1355
1356
- def ofErasedClass(clazz: Class[_]): Type =
+ def typeConstructorOf(clazz: Class[_]): Type =
1357
reflectSelf.Type_ofErasedClass(clazz)
1358
end Type
1359
0 commit comments