KT-17379: Fix J2K removal of parentheses in multiline expressions
When there is multiline polyadic expression with some operators J2K should keep surrounding parentheses, otherwise operators will be dangling due resolved to prefix variant #KT-17379 fixed
This commit is contained in:
+3
-3
@@ -4,7 +4,7 @@ object A {
|
||||
"text3"
|
||||
|
||||
|
||||
val TEXT2 = "text1\n"
|
||||
+ "text2\n"
|
||||
+ "text3"
|
||||
val TEXT2 = ("text1\n"
|
||||
+ "text2\n"
|
||||
+ "text3")
|
||||
}
|
||||
Reference in New Issue
Block a user