mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
let class name completion statistics not depend on the expected type
once ContainerUtil is selected in one context, prefer it in others
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
public class Usage {
|
||||
{
|
||||
int a = ConUt<caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
class ConflictsUtil { static int foo() {} }
|
||||
class ContainerUtil { static int foo() {} }
|
||||
Reference in New Issue
Block a user