Files
kotlin-fork/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/delegationBy.kt
T
2015-05-12 19:43:17 +02:00

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
}