mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
move completion suggestions before lambda only when they really match specific expected type (IDEA-183592)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
void foo(java.util.stream.Stream<Foo> s, int local, StringBuilder local2) {
|
||||
s.reduce(<caret>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user