Files
kotlin-fork/compiler/testData/diagnostics/tests/override/MissingDelegate.fir.kt
T

3 lines
124 B
Kotlin
Vendored

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