mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
Show static members after instance qualifier on second completion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class KeyVO {
|
||||
{
|
||||
this.fo<caret>
|
||||
}
|
||||
static void foo() {}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
public class KeyVO {
|
||||
{
|
||||
this.foo();<caret>
|
||||
}
|
||||
static void foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user