Files
kotlin-fork/compiler/testData/diagnostics/tests/override/MissingDelegate.kt
T
2014-03-26 21:10:27 +04:00

3 lines
127 B
Kotlin

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