mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
don't suggest methods to override/implement, it seems to be quite useless (IDEA-74784)
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
class Foo extends Super {
|
||||
public void f<caret>oo() {
|
||||
int aaa;
|
||||
int bbb;
|
||||
|
||||
public int g<caret>oo() {
|
||||
}
|
||||
}
|
||||
|
||||
class Super {
|
||||
public void foo() {
|
||||
public int goo() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user