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