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