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 82541da commit b02858eCopy full SHA for b02858e
tests/neg/kinds1.scala
@@ -5,7 +5,7 @@ object Test {
5
6
class B
7
8
- val x: C[C] = ??? // error: Type argument does not have the same kind as its bound
+ val x: C[C] = ??? // error: Type argument does not have the same kind as its bound
9
val y: C2[C] = ???
10
11
def f[T] = ???
0 commit comments