mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-126171
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class VarArgs {
|
||||
private void g() {
|
||||
f<flown111>("d",1,2,3);
|
||||
}
|
||||
|
||||
void f(String value,int... <flown11>i) {
|
||||
v(value, <flown1>i);
|
||||
}
|
||||
|
||||
private void v(String value, int... <caret>ints) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user