Remove braces intention: fix caret position
#KT-31443 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
90c3269502
commit
04638eea6b
@@ -3,5 +3,5 @@ fun test(b: Boolean) {
|
||||
val list1 = mutableListOf(1)
|
||||
val list2 = mutableListOf(2)
|
||||
|
||||
if (b) {list1} else <caret>{list2} += 3
|
||||
if (b) {list1} else {list2}<caret> += 3
|
||||
}
|
||||
Reference in New Issue
Block a user