Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt3810.kt
T
2015-08-27 10:23:49 +03:00

6 lines
103 B
Kotlin
Vendored

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