Move caret to class name after creating it from "CreateFromUsage" action

Relates to #KT-24631
This commit is contained in:
Dmitry Gridin
2019-03-15 12:13:15 +07:00
parent 0c8f0a433d
commit 220cb95b85
15 changed files with 15 additions and 15 deletions
@@ -5,4 +5,4 @@
}
}
<caret>annotation class Foo
annotation class <caret>Foo
@@ -5,6 +5,6 @@
}
}
<caret>class Foo {
class <caret>Foo {
}
@@ -5,6 +5,6 @@
}
}
<caret>enum class Foo {
enum class <caret>Foo {
}
@@ -5,6 +5,6 @@
}
}
<caret>interface Foo {
interface <caret>Foo {
}
@@ -5,6 +5,6 @@
}
}
<caret>object Foo {
object <caret>Foo {
}