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 ae0411c commit 9402783Copy full SHA for 9402783
tests/neg/i0248-inherit-refined.scala
@@ -6,5 +6,5 @@ object test {
6
class C extends Y
7
type Z = A | B
8
class D extends Z
9
- abstract class A extends ({ val x: Int })
+ abstract class E extends ({ val x: Int })
10
}
0 commit comments