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 30c3384 commit d66ddfaCopy full SHA for d66ddfa
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