Do not skip delegated members in LIGHT_CLASSES mode
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@ trait D {
|
||||
val x: Int
|
||||
}
|
||||
|
||||
class <!ACCIDENTAL_OVERRIDE!>C(d: D)<!> : D by d, B {
|
||||
class <!CONFLICTING_JVM_DECLARATIONS!>C(d: D)<!> : D by d, B {
|
||||
}
|
||||
Reference in New Issue
Block a user