Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt3810.fir.kt
T

6 lines
75 B
Kotlin
Vendored

interface A {
var foo: String
}
class B(override val foo: String) : A