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.
testCompilation
1 parent 8b36a47 commit c4bdc35Copy full SHA for c4bdc35
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