Move caret to generated element and add selection
This commit is contained in:
@@ -5,6 +5,6 @@ trait T {
|
||||
|
||||
class C : T {
|
||||
override fun Foo(): (String) -> Unit {
|
||||
throw UnsupportedOperationException()
|
||||
<selection><caret>throw UnsupportedOperationException()</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user