mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
do not qualify super expression as such cases are not yet captured by duplicates finder anyway
This commit is contained in:
@@ -6,6 +6,6 @@ public class a {
|
||||
|
||||
class b extends a {
|
||||
void foo() {
|
||||
b.super.foo();
|
||||
super.foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user