mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
preselect what was completed last, use statistics count only for sorting (IDEA-92045)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import java.util.Set;
|
||||
|
||||
public class Foo {
|
||||
void foo(Set<String> set) {
|
||||
set.ad<caret>x
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user