@@ -238,7 +238,7 @@ Result: Some(List(Expr(((x: scala.Int) => "abc"))))
238
238
239
239
Scrutinee: ((x: scala.Int) => "abc")
240
240
Pattern: ((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")))
242
242
243
243
Scrutinee: scala.StringContext.apply("abc", "xyz")
244
244
Pattern: scala.StringContext.apply("abc", "xyz")
@@ -270,7 +270,7 @@ Pattern: {
270
270
@scala.internal.quoted.CompileTime.patternBindHole val a: scala.Int = scala.internal.quoted.CompileTime.patternHole[scala.Int]
271
271
()
272
272
}
273
- Result: Some(List(Sym (a), Expr(45)))
273
+ Result: Some(List(String (a), Expr(45)))
274
274
275
275
Scrutinee: {
276
276
val a: scala.Int = 45
@@ -502,7 +502,7 @@ Pattern: {
502
502
@scala.internal.quoted.CompileTime.patternBindHole def a: scala.Int = scala.internal.quoted.CompileTime.patternHole[scala.Int]
503
503
()
504
504
}
505
- Result: Some(List(Sym (a), Expr(45)))
505
+ Result: Some(List(String (a), Expr(45)))
506
506
507
507
Scrutinee: {
508
508
def a(x: scala.Int): scala.Int = 45
@@ -572,7 +572,7 @@ Pattern: {
572
572
def a(x: scala.Int @scala.internal.quoted.CompileTime.patternBindHole): scala.Int = 45
573
573
()
574
574
}
575
- Result: Some(List(Sym (x)))
575
+ Result: Some(List(String (x)))
576
576
577
577
Scrutinee: {
578
578
def a(x: scala.Int): scala.Int = 45
@@ -582,7 +582,7 @@ Pattern: {
582
582
def a(x: scala.Int @scala.internal.quoted.CompileTime.patternBindHole): scala.Int = 45
583
583
()
584
584
}
585
- Result: Some(List(Sym (x)))
585
+ Result: Some(List(String (x)))
586
586
587
587
Scrutinee: {
588
588
def a(x: scala.Int): scala.Int = x
0 commit comments