Move caret to generated element and add selection
This commit is contained in:
@@ -3,5 +3,5 @@ trait T {
|
||||
}
|
||||
|
||||
class GC() : T {
|
||||
override val v: Int = 0
|
||||
override val v: Int = <selection><caret>0</selection>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user