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
@@ -3,4 +3,4 @@ interface I {
val foo: Int
}
<caret>class A(override val foo: Int) : I
class A(override val foo: Int<caret>) : I