mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
java completion: prefer method reference suggestions with exactly matching return type (IDEA-210581)
GitOrigin-RevId: 5522e5c103b72ea9d1a7c9ae860e504b6515b1da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fd0355b101
commit
112cdd0579
+7
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
void tryToSum() {
|
||||
mapToDouble(<caret>)
|
||||
}
|
||||
|
||||
void mapToDouble(java.util.function.ToDoubleFunction<Double> mapper) {}
|
||||
}
|
||||
Reference in New Issue
Block a user