mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
java completion: make recursion weigher less important than by-kind, because now it can lead to very unexpected sorting
This commit is contained in:
-9
@@ -1,9 +0,0 @@
|
||||
public class Aaaaaaa {
|
||||
private final String aaa;
|
||||
|
||||
Aaaaaaa(Object aabbb) {
|
||||
aaa = "";
|
||||
aaa = true ? null : aa<caret>
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user