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