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