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