Skip to content

Commit 11a18d2

Browse files
Update check file
1 parent 4c23197 commit 11a18d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/neg/matchtype-seq.check

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8383
longer 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

107107
longer 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

472472
longer 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

489489
longer explanation available when compiling with `-explain`

0 commit comments

Comments
 (0)