mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
replace duplicates on extract method with signature change: use folded values if present (IDEA-143613)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
public static void main(String[] args, int i) {
|
||||
System.out.println("hi");
|
||||
<selection>System.out.println("world, " + args[i]);</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user