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.
quoted.{Expr, Type}
1 parent 8b83989 commit f9afb8aCopy full SHA for f9afb8a
library/src/scala/quoted/Expr.scala
@@ -4,7 +4,7 @@ package quoted {
4
5
import scala.quoted.show.SyntaxHighlight
6
7
- sealed abstract class Expr[+T] {
+ sealed trait Expr[+T] {
8
9
/** Evaluate the contents of this expression and return the result.
10
*
library/src/scala/quoted/Type.scala
import scala.internal.quoted.TaggedType
- sealed abstract class Type[T <: AnyKind] {
+ sealed trait Type[T <: AnyKind] {
type `$splice` = T
/** Show a source code like representation of this type without syntax highlight */
0 commit comments