mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
change signature: propagate params fix (IDEA-110601)
This commit is contained in:
@@ -6,4 +6,8 @@ public class C {
|
||||
int s;
|
||||
subject(null);
|
||||
}
|
||||
|
||||
void caller1() {
|
||||
caller();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,8 @@ public class C {
|
||||
int s;
|
||||
subject(null, b);
|
||||
}
|
||||
|
||||
void caller1() {
|
||||
caller();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user