mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 12:17:12 +07:00
java completion: sort/filter suggestions after :: by their matching to the expected type (IDEA-166673)
GitOrigin-RevId: adaefc912e115826280976b23adee38483ca1f71
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e3489f3445
commit
b9525d143e
@@ -0,0 +1,9 @@
|
||||
class NewCompletion {
|
||||
private static void vdf(java.util.function.Supplier<java.util.ArrayList<Integer>> supplier) {
|
||||
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
vdf(java.util.ArrayList::<caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user