b84f068c33
- removed codegen's unnecessary lookup for a declaration - skipped class' only supertype (if any) methods when delegating
3 lines
125 B
Kotlin
3 lines
125 B
Kotlin
class TestIface(r : Runnable) : Runnable by r {}
|
|
|
|
class TestObject(o : Object) : <!DELEGATION_NOT_TO_TRAIT!>Object<!> by o {} |