mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
pull up: ensure substituted (IDEA-140710)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
abstract class C<T> {
|
||||
abstract void foo(T t);
|
||||
}
|
||||
|
||||
class B<T> extends C<T> {
|
||||
@Override
|
||||
void f<caret>oo(T t) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user