Skip to content

Commit a005e29

Browse files
authored
Merge pull request #6256 from dotty-staging/fix-merge-conflict-2
Fix merge conflict
2 parents 635061f + 828d145 commit a005e29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/src-bootstrapped/scala/internal/quoted/Matcher.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ object Matcher {
180180
|Scrutinee
181181
| ${scrutinee.showCode}
182182
|
183-
|${scrutinee.show}
183+
|${scrutinee.showExtractors}
184184
|
185185
|did not match pattern
186186
| ${pattern.showCode}
187187
|
188-
|${pattern.show}
188+
|${pattern.showExtractors}
189189
|
190190
|
191191
|
@@ -253,12 +253,12 @@ object Matcher {
253253
|Scrutinee
254254
| ${scrutinee.showCode}
255255
|
256-
|${scrutinee.show}
256+
|${scrutinee.showExtractors}
257257
|
258258
|did not match pattern
259259
| ${pattern.showCode}
260260
|
261-
|${pattern.show}
261+
|${pattern.showExtractors}
262262
|
263263
|
264264
|

0 commit comments

Comments
 (0)