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 8b36a47 + c4bdc35 commit c900e88Copy full SHA for c900e88
tests/run-macros/quote-matcher-power/Macro_1.scala
@@ -29,7 +29,6 @@ object Macros {
29
case '{ power2(power2($a, $x), $y)} => '{ power2($a, $x * $y ) }
30
case _ => expr
31
}
32
- println(res.show)
33
res
34
35
0 commit comments