mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Rearranger: commit document before processing (IDEA-144637)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public class TestClass {
|
||||
public static void main() {
|
||||
}
|
||||
|
||||
static class InnerClass {
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public class TestClass {
|
||||
static class InnerClass {
|
||||
}
|
||||
<caret>
|
||||
|
||||
public static void main() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user