Add Initializer Quick-Fix: Place caret at the end of generated initializer

#KT-10704 Fixed
This commit is contained in:
Alexey Sedunov
2016-01-19 11:43:19 +03:00
parent 9081f5df52
commit 8da986ff24
7 changed files with 7 additions and 6 deletions
@@ -1,3 +1,3 @@
// "Add initializer" "true"
<caret>var n: Int = <selection>0</selection>
var n: Int = <selection>0</selection><caret>
get() = 1