Override completion in expect class should behave differently

Caret placement is at the end of new fun/property

#KT-25313 Fixed
This commit is contained in:
Alexander Podkhalyuzin
2018-09-07 23:15:43 +03:00
parent d571d0ad51
commit baa0f2dc1b
8 changed files with 40 additions and 15 deletions
@@ -0,0 +1,8 @@
interface Interface {
var field: Int
}
expect class SClass : Interface {
override<caret>
}
// ELEMENT_TEXT: "override var field: Int"