java completion: lambda items should be higher than recently selected items (IDEA-183824)

This commit is contained in:
peter
2017-12-15 17:33:50 +01:00
parent 5ee213213d
commit 9ad8c63df4
6 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class Foo {
void foo(java.util.stream.Stream<Foo> s) {
Stri<caret>
}
}