mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-155716 Statically imported method should be higher in the completion list
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import static ContainerUtil.newHashSet;
|
||||
|
||||
public class TestClass {
|
||||
public static void main(String[] args) {
|
||||
newHashSet();
|
||||
newHashSet<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user