3 lines
127 B
Kotlin
3 lines
127 B
Kotlin
class C : <!UNRESOLVED_REFERENCE, DELEGATION_NOT_TO_TRAIT!>Base1<!> by <!UNRESOLVED_REFERENCE!>Base2<!>(1) {
|
|
fun test() { }
|
|
} |