We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
println
2 parents c896c46 + d46bfbb commit ddcaecaCopy full SHA for ddcaeca
tests/pos-macros/i8858/Macro_1.scala
@@ -5,5 +5,5 @@ def mcrImpl(expr: Expr[Any])(using Quotes): Expr[Any] =
5
import quotes.reflect._
6
expr.asTerm match
7
case Inlined(_, _, id1) =>
8
- println(id1.tpe.widen.show)
+ id1.tpe.widen.show
9
'{()}
tests/pos-macros/i9684/Macro_1.scala
@@ -9,7 +9,6 @@ object X {
def printTypeImpl[A:Type](x:Expr[A])(using Quotes): Expr[String] = {
10
11
val value: String = x.asTerm.tpe.show
12
- println(value)
13
Expr( value )
14
}
15
0 commit comments