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