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:
@@ -3,7 +3,7 @@ public class OverrideSlice {
|
||||
int f(int i);
|
||||
}
|
||||
class O implements I {
|
||||
public int f(int i) {
|
||||
public int f(int <flown111>i) {
|
||||
return <flown11>i;
|
||||
}
|
||||
}
|
||||
@@ -14,9 +14,9 @@ public class OverrideSlice {
|
||||
}
|
||||
|
||||
{
|
||||
f(<flown1111>1, new O());
|
||||
f(<flown111111>1, new O());
|
||||
}
|
||||
void f(int c, I i) {
|
||||
int <caret>x = <flown1>i.f(<flown111>c);
|
||||
void f(int <flown11111>c, I i) {
|
||||
int <caret>x = <flown1>i.f(<flown1111>c);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user