preselect what was completed last, use statistics count only for sorting (IDEA-92045)

This commit is contained in:
peter
2012-10-02 20:19:32 +02:00
parent 8377cdda86
commit f043e3c7c5
7 changed files with 47 additions and 6 deletions
@@ -0,0 +1,7 @@
import java.util.Set;
public class Foo {
void foo(Set<String> set) {
set.ad<caret>x
}
}