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