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 9b737d0 commit 5d5a564Copy full SHA for 5d5a564
tests/pos-macros/i11835/X.scala
@@ -6,7 +6,6 @@ object X:
6
7
private def _blah(b: Expr[Boolean])(using Quotes): Expr[Unit] =
8
import quotes.reflect.*
9
- println("="*120)
10
- println(b.asTerm)
11
- println(b.valueOrError)
+ b.asTerm
+ b.valueOrError
12
'{()}
0 commit comments