mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
the non-green completion items were sorted by proximity in the wrong direction (IDEA-67349)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import sun.swing.BakedArrayList;
|
||||
|
||||
class Foo {
|
||||
{
|
||||
Object element;
|
||||
if (element instanceof bar<caret>)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user