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 e63223d commit fd4676bCopy full SHA for fd4676b
tests/pos/splice-pat.scala
@@ -15,4 +15,4 @@ def oneLevel(expr: Expr[Any])(using Quotes): Expr[Int] = expr match
15
case '{ foo(${MyMatcher(y@MyMatcher2())}) } => y
16
17
def twoLevel(expr: Expr[Any])(using Quotes): Expr[Int] = expr match
18
- case '{ foo(${MyMatcher('{ bar(${y@MyMatcher2()})}) }) } => y
+ case '{ foo(${MyMatcher('{ bar(${y@MyMatcher2()}).getClass}) }) } => y
0 commit comments