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.
2 parents 635061f + 828d145 commit a005e29Copy full SHA for a005e29
library/src-bootstrapped/scala/internal/quoted/Matcher.scala
@@ -180,12 +180,12 @@ object Matcher {
180
|Scrutinee
181
| ${scrutinee.showCode}
182
|
183
- |${scrutinee.show}
+ |${scrutinee.showExtractors}
184
185
|did not match pattern
186
| ${pattern.showCode}
187
188
- |${pattern.show}
+ |${pattern.showExtractors}
189
190
191
@@ -253,12 +253,12 @@ object Matcher {
253
254
255
256
257
258
259
260
261
262
263
264
0 commit comments