Skip to content

Commit d2f1380

Browse files
committed
Revert errorneous checkfile changes
1 parent cc347b6 commit d2f1380

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

tests/neg/i4986c.check

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,4 @@
6161
-- [E172] Type Error: tests/neg/i4986c.scala:62:19 ---------------------------------------------------------------------
6262
62 | i.m[Option[Long]] // error
6363
| ^
64-
| String; List; [A, _] =>> List²[Option[?]]; Int; Option[Long];
65-
|
66-
| where: List is a type in package object scala which is an alias of List²
67-
| List² is a class in package scala.collection.immutable
64+
| String; List; [A, _] =>> List[Option[?]]; Int; Option[Long];

tests/neg/i9958.check

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
8 |def b = f(a) // error
77
| ^
88
| Found: G[[A <: Int] =>> List[A]]
9-
| Required: G[List²]
10-
|
11-
| where: List is a class in package scala.collection.immutable
12-
| List² is a type in package object scala which is an alias of List
9+
| Required: G[List]
1310
|
1411
| longer explanation available when compiling with `-explain`

0 commit comments

Comments
 (0)