replace duplicates on extract method with signature change: use folded values if present (IDEA-143613)

This commit is contained in:
Anna Kozlova
2015-08-14 19:37:45 +02:00
parent c00c4900db
commit 87e70fa5cb
6 changed files with 38 additions and 15 deletions
@@ -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>
}
}