Move caret to generated element and add selection
This commit is contained in:
@@ -4,5 +4,5 @@ trait A {
|
||||
|
||||
class B : A {
|
||||
override val String.prop: Int
|
||||
get() = 0
|
||||
get() = <selection><caret>0</selection>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user