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