mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
dataflow to/from containers support
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
class AnonArray {
|
||||
void x() {
|
||||
final int[] params = <flown11>{<flown111>-1};
|
||||
|
||||
calcIt(new Runnable() {
|
||||
public void run() {
|
||||
params[0] = <flown12>z(<flown12111>2);
|
||||
}
|
||||
});
|
||||
y(<flown1>params[0]);
|
||||
}
|
||||
|
||||
void y(int <caret>arg) {
|
||||
}
|
||||
|
||||
void calcIt(Runnable r) {
|
||||
r.run();
|
||||
}
|
||||
|
||||
int z(int <flown1211>arg) {
|
||||
return <flown121>arg;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user