mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
[Extract Method] generate method with newline between braces, since otherwise with enabled "Keep simple methods in one line" formatter will keep extracted method in one line
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class NewTestXl {
|
||||
|
||||
public static void main(String[] args) {
|
||||
int b = <selection>100 + 1222</selection>;
|
||||
System.out.println("ASfsdf");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user