Fix caret position in "Convert function to property" intention
#KT-19944 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
val isFoo: Boolean
|
||||
val isFoo<caret>: Boolean
|
||||
get() = true
|
||||
Reference in New Issue
Block a user