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 6b1a662 + 011ba2c commit 94f4118Copy full SHA for 94f4118
tests/neg-custom-args/fatal-warnings/i12188/Macro.scala
@@ -14,7 +14,7 @@ object MatchTest {
14
CaseDef(Bind(bind, Typed(Ref(bind), subtype)), None, '{()}.asTerm)
15
}
16
val result = Match(obj, cases)
17
- println(result.show(using Printer.TreeAnsiCode))
+ //println(result.show(using Printer.TreeAnsiCode))
18
result.asExprOf[Unit]
19
20
0 commit comments