@@ -238,7 +238,7 @@ Result: Some(List(Expr(((x: scala.Int) => "abc"))))
238238
239239Scrutinee: ((x: scala.Int) => "abc")
240240Pattern: ((x: scala.Int @scala.internal.quoted.CompileTime.patternBindHole) => scala.internal.quoted.CompileTime.patternHole[scala.Predef.String])
241- Result: Some(List(Sym (x), Expr("abc")))
241+ Result: Some(List(String (x), Expr("abc")))
242242
243243Scrutinee: scala.StringContext.apply("abc", "xyz")
244244Pattern: scala.StringContext.apply("abc", "xyz")
@@ -270,7 +270,7 @@ Pattern: {
270270 @scala.internal.quoted.CompileTime.patternBindHole val a: scala.Int = scala.internal.quoted.CompileTime.patternHole[scala.Int]
271271 ()
272272}
273- Result: Some(List(Sym (a), Expr(45)))
273+ Result: Some(List(String (a), Expr(45)))
274274
275275Scrutinee: {
276276 val a: scala.Int = 45
@@ -502,7 +502,7 @@ Pattern: {
502502 @scala.internal.quoted.CompileTime.patternBindHole def a: scala.Int = scala.internal.quoted.CompileTime.patternHole[scala.Int]
503503 ()
504504}
505- Result: Some(List(Sym (a), Expr(45)))
505+ Result: Some(List(String (a), Expr(45)))
506506
507507Scrutinee: {
508508 def a(x: scala.Int): scala.Int = 45
@@ -572,7 +572,7 @@ Pattern: {
572572 def a(x: scala.Int @scala.internal.quoted.CompileTime.patternBindHole): scala.Int = 45
573573 ()
574574}
575- Result: Some(List(Sym (x)))
575+ Result: Some(List(String (x)))
576576
577577Scrutinee: {
578578 def a(x: scala.Int): scala.Int = 45
@@ -582,7 +582,7 @@ Pattern: {
582582 def a(x: scala.Int @scala.internal.quoted.CompileTime.patternBindHole): scala.Int = 45
583583 ()
584584}
585- Result: Some(List(Sym (x)))
585+ Result: Some(List(String (x)))
586586
587587Scrutinee: {
588588 def a(x: scala.Int): scala.Int = x
0 commit comments