Skip to content

Commit 67a0cec

Browse files
committed
Add test case
1 parent 9d46ce1 commit 67a0cec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/neg/i6057.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
class i0[i1] {
2+
type i2 <: i0[i2]
3+
val i3: i2[i4] {} // error
4+
}

0 commit comments

Comments
 (0)