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:
peter
2017-01-31 15:49:07 +01:00
parent 0072a141f7
commit d1d548b8b8
4 changed files with 30 additions and 3 deletions
@@ -0,0 +1,10 @@
public class Usage {
{
int a = ConUt<caret>
}
}
class ConflictsUtil { static int foo() {} }
class ContainerUtil { static int foo() {} }