@@ -78,7 +78,7 @@ longer explanation available when compiling with `-explain`
78
78
| and cannot be shown to be disjoint from it either.
79
79
| Therefore, reduction cannot advance to the remaining case
80
80
|
81
- | case _ => String
81
+ | case Any => String
82
82
83
83
longer explanation available when compiling with `-explain`
84
84
-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:22:18 -----------------------------------------------------
@@ -102,7 +102,7 @@ longer explanation available when compiling with `-explain`
102
102
| and cannot be shown to be disjoint from it either.
103
103
| Therefore, reduction cannot advance to the remaining case
104
104
|
105
- | case _ => String
105
+ | case Any => String
106
106
107
107
longer explanation available when compiling with `-explain`
108
108
-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:36:18 -----------------------------------------------------
@@ -467,7 +467,7 @@ longer explanation available when compiling with `-explain`
467
467
| and cannot be shown to be disjoint from it either.
468
468
| Therefore, reduction cannot advance to the remaining case
469
469
|
470
- | case _ => Int
470
+ | case Any => Int
471
471
472
472
longer explanation available when compiling with `-explain`
473
473
-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:187:25 ----------------------------------------------------
@@ -484,6 +484,6 @@ longer explanation available when compiling with `-explain`
484
484
| and cannot be shown to be disjoint from it either.
485
485
| Therefore, reduction cannot advance to the remaining case
486
486
|
487
- | case _ => Int
487
+ | case Any => Int
488
488
489
489
longer explanation available when compiling with `-explain`
0 commit comments