Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt3810.kt
T
2021-02-03 12:07:36 +03:00

7 lines
120 B
Kotlin
Vendored

// FIR_IDENTICAL
interface A {
var foo: String
}
class B(override <!VAR_OVERRIDDEN_BY_VAL!>val<!> foo: String) : A