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