Skip to content

Commit 243894c

Browse files
committed
Fix testcase
1 parent ee4354e commit 243894c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/neg/i4373.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ class X4[A >: X4[_] & _] // error
88
class X5[A >: _ with X5[_]] // error
99
class X6[A >: X6[_] with _] // error
1010

11-
// From 28752b8fb9b6db06fff4c606c3a402dc12b0ee06.scala:
12-
object i7 {
13-
val i8: i0[Int] = classOf[Nothing, _ with i5]()
14-
}
15-
1611
class A1 extends _ // error
1712
class A2 extends _ with _ // error // error
1813
class A3 extends Base with _ // error

0 commit comments

Comments
 (0)