mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract method: ensure folded replacement uses correct names, ensure invalid elements are skipped (IDEA-157519)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
void h(int i, String[] s, String[] t) {
|
||||
<selection>System.out.println(t[i]);
|
||||
final String s1 = s[t[i].length()];</selection>
|
||||
System.out.println(s1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user