Move caret to generated element and add selection
This commit is contained in:
@@ -4,6 +4,6 @@ trait A {
|
||||
|
||||
class C : A {
|
||||
override fun foo(value: String): Int {
|
||||
return super<A>.foo(value)
|
||||
<selection><caret>return super<A>.foo(value)</selection>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user