5 lines
152 B
Kotlin
Vendored
5 lines
152 B
Kotlin
Vendored
interface Foo
|
|
|
|
class <!CONFLICTING_JVM_DECLARATIONS!>Bar(f: Foo)<!> : Foo by f {
|
|
<!CONFLICTING_JVM_DECLARATIONS!>val `$delegate_0`: Foo?<!> = null
|
|
} |