Files
kotlin-fork/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/delegationBy.fir.kt
T

5 lines
83 B
Kotlin
Vendored

interface Foo
class Bar(f: Foo) : Foo by f {
val `$$delegate_0`: Foo? = null
}