mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
ensure super methods are renamed first (IDEA-165312)
This commit is contained in:
+1
@@ -9,6 +9,7 @@ interface Foo {
|
||||
class Bar implements Foo, I {
|
||||
int bar;
|
||||
|
||||
@Override
|
||||
public void setBar(int bar) {
|
||||
this.bar = bar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user