Files
kotlin-fork/compiler/testData/diagnostics/tests/override/MissingDelegate.kt
T
2015-10-12 14:36:38 +03:00

3 lines
131 B
Kotlin
Vendored

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