mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
dataflow to/from containers support
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class VarArgs {
|
||||
private void g() {
|
||||
f<flown111>(<flown1111>1);
|
||||
f<flown112>(<flown1121>2, <flown1122>3, <flown1123>4);
|
||||
}
|
||||
|
||||
private void f(int... <flown11>ints) {
|
||||
int <caret>p = <flown1>ints[0];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user