1c6ca9d036
#KT-5955 Fixed
10 lines
117 B
Kotlin
Vendored
10 lines
117 B
Kotlin
Vendored
interface I {
|
|
fun foo(p: Int)
|
|
}
|
|
|
|
class A : I {
|
|
o<caret>
|
|
}
|
|
|
|
// ELEMENT_TEXT: "override fun foo(p: Int) {...}"
|