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