"Join lines" works incorrectly in case of line with more than one string literal (KT-22374)
#KT-22374 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
c06aaf6128
commit
4232ad8dfe
@@ -0,0 +1,4 @@
|
||||
val s = "1" + "2" +
|
||||
"3" + "4" +<caret>
|
||||
"5" + "6" +
|
||||
"7" + "8"
|
||||
Reference in New Issue
Block a user