mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
@Override quick fixes: suggest to pull method up; pull members up, extract interface/superclass (IDEA-55720 )
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import java.util.ArrayList;
|
||||
public abstract class Test extends ArrayList<String> implements Int {
|
||||
@Overr<caret>ide
|
||||
void foo(){}
|
||||
}
|
||||
|
||||
interface Int {}
|
||||
Reference in New Issue
Block a user