mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
allow to delete unused params if replaceAll is selected (IDEA-62186)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
public class Parameters {
|
||||
public void subject(int p) {
|
||||
System.out.println(<selection>p+1</selection>);
|
||||
System.out.println(p+1);
|
||||
}
|
||||
|
||||
public void context() {
|
||||
subject(1);
|
||||
subject(2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user