Skip to content

Commit d66ddfa

Browse files
committed
Fix error annotation in test
1 parent 30c3384 commit d66ddfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg-custom-args/i4372.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
object i4372 {
2-
class X[A >: X[_ <: X[_]] <: X[A]]
2+
class X[A >: X[_ <: X[_]] <: X[A]] // error: too deep
33
}

0 commit comments

Comments
 (0)