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 4bef48f commit 4828fe5Copy full SHA for 4828fe5
tests/neg-custom-args/i4372.scala
@@ -1,3 +1,3 @@
1
object i4372 {
2
- class X[A >: X[_ <: X[_]] <: X[A]]
+ class X[A >: X[_ <: X[_]] <: X[A]] // error: too deep
3
}
0 commit comments