Move caret to class name after creating it from "CreateFromUsage" action
Relates to #KT-24631
This commit is contained in:
Vendored
+1
-1
@@ -4,4 +4,4 @@
|
||||
|
||||
}
|
||||
|
||||
annotation class foo(val i: Int, val s: String)
|
||||
annotation class <caret>foo(val i: Int, val s: String)
|
||||
|
||||
Vendored
+1
-1
@@ -4,4 +4,4 @@
|
||||
|
||||
}
|
||||
|
||||
annotation class foo
|
||||
annotation class <caret>foo
|
||||
|
||||
Vendored
+1
-1
@@ -4,4 +4,4 @@
|
||||
|
||||
}
|
||||
|
||||
annotation class foo(val i: Int, val s: String)
|
||||
annotation class <caret>foo(val i: Int, val s: String)
|
||||
|
||||
Reference in New Issue
Block a user