mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
pull up/push down: type parameters substitution should modify member copy (IDEA-53496)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public abstract class Parent<S> {}
|
||||
|
||||
class Child<T> extends Parent<T> {
|
||||
void <caret>method(T t){}
|
||||
}
|
||||
Reference in New Issue
Block a user