Fix caret position in "Convert function to property" intention
#KT-19944 Fixed
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ annotation class X(val s: String)
|
||||
class A(val n: Int) {
|
||||
val t = 1
|
||||
internal @X("1")
|
||||
val <T : Number> T.foo: Boolean
|
||||
val <T : Number> T.foo<caret>: Boolean
|
||||
get() = toInt() - n > 1
|
||||
val u = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user