mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
Java: Support parameter folding in parametrized duplicates of the extracted method (IDEA-179924)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
public static void main(String[] args, int i) {
|
||||
<selection>System.out.println("hi");</selection>
|
||||
System.out.println(args[i]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user