mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract method: allow to fold parameters if calls to fields are involved
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Main {
|
||||
private String [] args;
|
||||
|
||||
void foo(Main m, int i) {
|
||||
<selection>if (m.args[i] != null) {
|
||||
System.out.println(m.args[i]);
|
||||
}</selection>
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user