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 92a6b25 commit c764dafCopy full SHA for c764daf
tests/run-macros/expr-map-2/Macro_1.scala
@@ -10,7 +10,8 @@ private object StringRewriter extends util.ExprMap {
10
11
def transform[T](e: Expr[T])(given QuoteContext, Type[T]): Expr[T] = e match
12
case '{ ($x: Foo).x } =>
13
- '{ new Foo(4).x } match case '{ $e: T } => e
+ '{ new Foo(4).x } match
14
+ case '{ $e: T } => e
15
case _ =>
16
transformChildren(e)
17
0 commit comments