J2K: do not drop formatting for expressions with operator
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
object A {
|
||||
val TEXT1 = "text1.\n" +
|
||||
"text2\n" +
|
||||
"text3"
|
||||
|
||||
|
||||
val TEXT2 = "text1\n"
|
||||
+ "text2\n"
|
||||
+ "text3"
|
||||
}
|
||||
Reference in New Issue
Block a user