mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
change signature: conflict if deleted parameter is used in method body, excluding javadoc (IDEA-157603)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A {
|
||||
void f<caret>oo(int i) {}
|
||||
}
|
||||
|
||||
class B extends A {
|
||||
void foo(int i) {
|
||||
System.out.println(i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user