Move caret to class name after creating it from "CreateFromUsage" action
Relates to #KT-24631
This commit is contained in:
Vendored
+1
-1
@@ -5,4 +5,4 @@
|
||||
|
||||
}
|
||||
|
||||
annotation class bar(val s: String, val i: Int)
|
||||
annotation class <caret>bar(val s: String, val i: Int)
|
||||
|
||||
+1
-1
@@ -14,6 +14,6 @@ fun test(n: Int): I? {
|
||||
else null
|
||||
}
|
||||
|
||||
class AAA(s: String) : I() {
|
||||
class <caret>AAA(s: String) : I() {
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@
|
||||
|
||||
fun test() = Foo<String>(2, "2")
|
||||
|
||||
class Foo<T>(i: Int, t: T) {
|
||||
class <caret>Foo<T>(i: Int, t: T) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user