@@ -78,7 +78,7 @@ longer explanation available when compiling with `-explain`
7878 | and cannot be shown to be disjoint from it either.
7979 | Therefore, reduction cannot advance to the remaining case
8080 |
81- | case _ => String
81+ | case Any => String
8282
8383longer explanation available when compiling with `-explain`
8484-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:22:18 -----------------------------------------------------
@@ -102,7 +102,7 @@ longer explanation available when compiling with `-explain`
102102 | and cannot be shown to be disjoint from it either.
103103 | Therefore, reduction cannot advance to the remaining case
104104 |
105- | case _ => String
105+ | case Any => String
106106
107107longer explanation available when compiling with `-explain`
108108-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:36:18 -----------------------------------------------------
@@ -459,7 +459,7 @@ longer explanation available when compiling with `-explain`
459459 | and cannot be shown to be disjoint from it either.
460460 | Therefore, reduction cannot advance to the remaining case
461461 |
462- | case _ => Int
462+ | case Any => Int
463463
464464longer explanation available when compiling with `-explain`
465465-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:187:25 ----------------------------------------------------
@@ -476,6 +476,6 @@ longer explanation available when compiling with `-explain`
476476 | and cannot be shown to be disjoint from it either.
477477 | Therefore, reduction cannot advance to the remaining case
478478 |
479- | case _ => Int
479+ | case Any => Int
480480
481481longer explanation available when compiling with `-explain`
0 commit comments