baa0f2dc1b
Caret placement is at the end of new fun/property #KT-25313 Fixed
8 lines
142 B
Kotlin
Vendored
8 lines
142 B
Kotlin
Vendored
interface Interface {
|
|
var field: Int
|
|
}
|
|
|
|
expect class SClass : Interface {
|
|
override<caret>
|
|
}
|
|
// ELEMENT_TEXT: "override var field: Int" |