IDEA-145145 Code Completion does not work properly in Collectors.toMap

This commit is contained in:
peter
2016-01-25 14:25:50 +01:00
parent c063fc0cbe
commit 72bed0ac68
5 changed files with 125 additions and 33 deletions
@@ -0,0 +1,7 @@
import java.util.stream.*;
class Foo {
{
Collectors.toMap(l -> l.t<caret>)
}
}