Fix caret position in "Convert function to property" intention

#KT-19944 Fixed
This commit is contained in:
Dmitry Gridin
2019-02-28 12:29:01 +03:00
parent 29a63ae58c
commit 41f3316981
16 changed files with 28 additions and 24 deletions
@@ -1,3 +1,3 @@
// WITH_RUNTIME
val String.foo: String
val String.foo<caret>: String
get() = if (isEmpty()) "" else substring(1).foo