mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
pull up: fix search by signature in superclass (IDEA-140710)
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
abstract class C<T> {
|
||||
abstract void foo(T t);
|
||||
|
||||
@Override
|
||||
void foo(T t) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user