mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
IDEA-195293 Strange behavior when join lines with "builder.append('...')"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
void test(int a, int b) {
|
||||
if(a > 0 && a < 10 <caret>&& b > 0 && b < 10) System.out.println(a + b);
|
||||
if(a > 0 && a < 10 &<caret>& b > 0 && b < 10) System.out.println(a + b);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user