mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
extract method: suggested names for folded params should be unique (IDEA-120974)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
String get(String[] args) {
|
||||
<selection>String arg = args[0];
|
||||
return arg;</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user