if some no-statistic suggestions are highly-preferred (e.g. local vars), move statistically preferred variants under them (IDEA-98303)

This commit is contained in:
peter
2013-01-24 18:01:42 +01:00
parent 6746fb0877
commit 24512a02ee
4 changed files with 132 additions and 10 deletions
@@ -0,0 +1,8 @@
public class Foo {
void foo(PsiElement psiElement) {
psiEl<caret>
}
}
class PsiElement {}