Add Initializer Quick-Fix: Place caret at the end of generated initializer
#KT-10704 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "Add initializer" "true"
|
||||
class A {
|
||||
var n: Int = <selection>0</selection>
|
||||
var n: Int = <selection>0</selection><caret>
|
||||
set(value: Int) {}
|
||||
}
|
||||
Reference in New Issue
Block a user