IDEA-90349 Auto-completion should always prefer exact match

This commit is contained in:
peter
2012-08-27 16:44:15 +02:00
parent 31d18936b5
commit 85903981fc
3 changed files with 20 additions and 1 deletions
@@ -0,0 +1,6 @@
public class Foo {
private int size;
public int size() { return size; }
public boolean isEmpty() { return size<caret>