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.
2 parents 039f84e + 15bd274 commit ecfdd11Copy full SHA for ecfdd11
library/src-bootstrapped/scala/quoted/Expr.scala
@@ -37,6 +37,7 @@ abstract class Expr[+T] private[scala] {
37
else
38
throw new scala.tasty.reflect.ExprCastError(
39
s"""Expr: ${tree.show}
40
+ |of type: ${tree.tpe.show}
41
|did not conform to type: ${expectedType.show}
42
|""".stripMargin
43
)
0 commit comments