Move caret to generated element and add selection
This commit is contained in:
@@ -5,7 +5,7 @@ trait A {
|
||||
|
||||
class C : A {
|
||||
override fun bar(): String {
|
||||
return super<A>.bar()
|
||||
<selection><caret>return super<A>.bar()</selection>
|
||||
}
|
||||
override fun equals(other: Any?): Boolean {
|
||||
return super<A>.equals(other)
|
||||
|
||||
Reference in New Issue
Block a user