mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
change signature: remove @Override if only overrider was changed (IDEA-154669)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class A {
|
||||
public void foo(int i) {}
|
||||
}
|
||||
class Test extends A {
|
||||
public void <caret>foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user