mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
parameter popup: don't show hidden methods (IDEA-144944)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
class A {
|
||||
static void foo(int x){}
|
||||
class Inner {
|
||||
void foo(){}
|
||||
|
||||
void test() {
|
||||
foo(<caret>1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user