We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d557ae1 commit 0eb65e5Copy full SHA for 0eb65e5
tests/neg-custom-args/kind-projector.check
@@ -5,8 +5,8 @@
5
-- Error: tests/neg-custom-args/kind-projector.scala:5:23 --------------------------------------------------------------
6
5 |class Bar1 extends Foo[Either[*, *]] // error
7
| ^^^^^^^^^^^^
8
- | Type argument Either has not the same kind as its bound <: [_$1] => Any
+ | Type argument Either has not the same kind as its bound [_$1]
9
-- Error: tests/neg-custom-args/kind-projector.scala:6:22 --------------------------------------------------------------
10
6 |class Bar2 extends Foo[*] // error
11
| ^
12
- | Type argument _$4 has not the same kind as its bound <: [_$1] => Any
+ | Type argument _$4 has not the same kind as its bound [_$1]
0 commit comments