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 1837e7f commit b570b18Copy full SHA for b570b18
library/src/scala/quoted/Type.scala
@@ -2,7 +2,7 @@ package scala.quoted
2
3
import scala.annotation.compileTimeOnly
4
5
-/** Type (or kind) `T` needed contextually when using `T` in a quoted expression `'{... T ...}` */
+/** Type (or type constructor) `T` needed contextually when using `T` in a quoted expression `'{... T ...}` */
6
abstract class Type[T <: AnyKind] private[scala]:
7
/** The type represented `Type` */
8
type Underlying = T
0 commit comments