mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
IDEA-124317 super class method is not shown in basic and smart completion, while accessible
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class Zoo extends foo.Super {
|
||||
void foo() {
|
||||
new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
myStr<caret>
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
class Zoo extends foo.Super {
|
||||
void foo() {
|
||||
new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
myString<caret>
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user