Skip to content

Commit 0eb65e5

Browse files
committed
Update kind projector check file
1 parent d557ae1 commit 0eb65e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg-custom-args/kind-projector.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
-- Error: tests/neg-custom-args/kind-projector.scala:5:23 --------------------------------------------------------------
66
5 |class Bar1 extends Foo[Either[*, *]] // error
77
| ^^^^^^^^^^^^
8-
| Type argument Either has not the same kind as its bound <: [_$1] => Any
8+
| Type argument Either has not the same kind as its bound [_$1]
99
-- Error: tests/neg-custom-args/kind-projector.scala:6:22 --------------------------------------------------------------
1010
6 |class Bar2 extends Foo[*] // error
1111
| ^
12-
| Type argument _$4 has not the same kind as its bound <: [_$1] => Any
12+
| Type argument _$4 has not the same kind as its bound [_$1]

0 commit comments

Comments
 (0)