1c6ca9d036
#KT-5955 Fixed
9 lines
123 B
Kotlin
Vendored
9 lines
123 B
Kotlin
Vendored
interface I {
|
|
val someVal: java.io.File?
|
|
}
|
|
|
|
class A(ov<caret>) : I {
|
|
}
|
|
|
|
// ELEMENT_TEXT: "override val someVal: File?"
|