Files
kotlin-fork/compiler/testData/diagnostics/tests/override/MissingDelegate.kt
T
2019-02-14 12:31:42 +03:00

3 lines
131 B
Kotlin
Vendored

class C : <!DELEGATION_NOT_TO_INTERFACE, UNRESOLVED_REFERENCE!>Base1<!> by <!UNRESOLVED_REFERENCE!>Base2<!>(1) {
fun test() { }
}