Fix caret position in "Convert function to property" intention
#KT-19944 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class A(val n: Int) {
|
||||
val foo: Boolean
|
||||
val foo<caret>: Boolean
|
||||
get() = n > 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user