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 425b0f0 commit b37ca5eCopy full SHA for b37ca5e
library/src/scala/quoted/Type.scala
@@ -9,7 +9,7 @@ abstract class Type[T] extends Quoted {
9
/** Some basic type tags, currently incomplete */
10
object Type {
11
12
- class TaggedPrimitive[T] private[Type] (implicit val ct: ClassTag[T]) extends Type[T] {
+ final class TaggedPrimitive[T] private[Type] (implicit val ct: ClassTag[T]) extends Type[T] {
13
override def toString: String = s"Type($ct)"
14
}
15
0 commit comments