mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
inline: delete @Override annotations if super method was deleted during inline (IDEA-152175)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A {
|
||||
}
|
||||
|
||||
class B extends A {
|
||||
void foo() {}
|
||||
|
||||
void err() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user