Do not skip delegated members in LIGHT_CLASSES mode
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
trait Foo
|
||||
|
||||
class Bar(f: Foo) : Foo by f {
|
||||
class <!CONFLICTING_JVM_DECLARATIONS!>Bar(f: Foo)<!> : Foo by f {
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>val `$delegate_0`: Foo?<!> = null
|
||||
}
|
||||
Reference in New Issue
Block a user