Move caret to generated element and add selection
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ trait A {
|
||||
|
||||
class B : A {
|
||||
override var Int.foo: Double
|
||||
get() = 0.0
|
||||
get() = <selection><caret>0.0</selection>
|
||||
set(value) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user