mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
IDEA-169556 Join Lines inserts redundant space in some cases
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Foo {
|
||||
void f() {
|
||||
if (ff) { /*comment*/ return null;
|
||||
if (ff) { /*comment*/return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
class A {
|
||||
<caret>String s = System
|
||||
.getProperty("blah");
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class A {
|
||||
String s = System.getProperty("blah");
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
class Test {
|
||||
}<caret> // this line is mandatory
|
||||
}<caret>// this line is mandatory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user