Move caret to generated element and add selection

This commit is contained in:
Nikolay Krasko
2014-10-03 22:26:09 +04:00
parent a50720d74d
commit 774af134fa
39 changed files with 178 additions and 68 deletions
@@ -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)