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

3 lines
48 B
Kotlin
Vendored

class C : Base1 by Base2(1) {
fun test() { }
}