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

View File

@@ -2,6 +2,6 @@ import foo.Intf
class Impl(): Intf {
override fun fooBar(i: Int, s: Array<out String>?, foo: Any?) {
throw UnsupportedOperationException()
<selection><caret>throw UnsupportedOperationException()</selection>
}
}