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