mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
cs: do not compare parameters length of caller and primary method's old parameter idx (IDEA-58352)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class C {
|
||||
void su<caret>bject(String s) {
|
||||
}
|
||||
|
||||
void caller() {
|
||||
int s;
|
||||
subject(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user