@@ -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 -----------------------------------------------------
@@ -459,7 +459,7 @@ longer explanation available when compiling with `-explain`
459
459
| and cannot be shown to be disjoint from it either.
460
460
| Therefore, reduction cannot advance to the remaining case
461
461
|
462
- | case _ => Int
462
+ | case Any => Int
463
463
464
464
longer explanation available when compiling with `-explain`
465
465
-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:187:25 ----------------------------------------------------
@@ -476,6 +476,6 @@ longer explanation available when compiling with `-explain`
476
476
| and cannot be shown to be disjoint from it either.
477
477
| Therefore, reduction cannot advance to the remaining case
478
478
|
479
- | case _ => Int
479
+ | case Any => Int
480
480
481
481
longer explanation available when compiling with `-explain`
0 commit comments