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 ee4354e commit 243894cCopy full SHA for 243894c
tests/neg/i4373.scala
@@ -8,11 +8,6 @@ class X4[A >: X4[_] & _] // error
8
class X5[A >: _ with X5[_]] // error
9
class X6[A >: X6[_] with _] // error
10
11
-// From 28752b8fb9b6db06fff4c606c3a402dc12b0ee06.scala:
12
-object i7 {
13
- val i8: i0[Int] = classOf[Nothing, _ with i5]()
14
-}
15
-
16
class A1 extends _ // error
17
class A2 extends _ with _ // error // error
18
class A3 extends Base with _ // error
0 commit comments