Fix caret position in "Convert function to property" intention
#KT-19944 Fixed
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
// WITH_RUNTIME
|
||||
val String.foo: String
|
||||
val String.foo<caret>: String
|
||||
get() = if (isEmpty()) "" else substring(1).foo
|
||||
Reference in New Issue
Block a user