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

5 lines
153 B
Kotlin
Vendored

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