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