mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
inline varargs parameter in calls when method is inlined (IDEADEV-41353)
This commit is contained in:
@@ -4,7 +4,6 @@ public class Varargs {
|
||||
}
|
||||
|
||||
public void foo() {
|
||||
String[] texts = new String[]{"i", "d", "e", "a"};
|
||||
String s = join("", texts);
|
||||
String s = join("", "i", "d", "e", "a");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user