Skip to content

Commit 4828fe5

Browse files
oderskyBlaisorblade
authored andcommitted
Fix error annotation in test
1 parent 4bef48f commit 4828fe5

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)