@@ -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 -----------------------------------------------------
@@ -467,7 +467,7 @@ longer explanation available when compiling with `-explain`
467467 | and cannot be shown to be disjoint from it either.
468468 | Therefore, reduction cannot advance to the remaining case
469469 |
470- | case _ => Int
470+ | case Any => Int
471471
472472longer explanation available when compiling with `-explain`
473473-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:187:25 ----------------------------------------------------
@@ -484,6 +484,6 @@ longer explanation available when compiling with `-explain`
484484 | and cannot be shown to be disjoint from it either.
485485 | Therefore, reduction cannot advance to the remaining case
486486 |
487- | case _ => Int
487+ | case Any => Int
488488
489489longer explanation available when compiling with `-explain`
0 commit comments