Skip to content

Commit 15c3aca

Browse files
Update check file
1 parent fe7eb74 commit 15c3aca

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 -----------------------------------------------------
@@ -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

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

481481
longer explanation available when compiling with `-explain`

0 commit comments

Comments
 (0)