mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
inline varargs parameter in calls when method is inlined (IDEADEV-41353)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
class BugTest {
|
||||
|
||||
{
|
||||
String[] s = new String[] {""};
|
||||
for (String s1 : s) {
|
||||
for (String s1 : new String[] {""}) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user