the non-green completion items were sorted by proximity in the wrong direction (IDEA-67349)

This commit is contained in:
peter
2011-04-06 13:02:49 +02:00
parent fc0fcbc116
commit 6ae83662cf
6 changed files with 78 additions and 29 deletions
@@ -0,0 +1,9 @@
import sun.swing.BakedArrayList;
class Foo {
{
Object element;
if (element instanceof bar<caret>)
}
}