Do not skip delegated members in LIGHT_CLASSES mode

This commit is contained in:
Andrey Breslav
2014-06-06 21:58:13 +04:00
parent 8fd166ea7b
commit 707da9278f
7 changed files with 123 additions and 46 deletions
@@ -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 {
}