IDEA-154276 Suggest method references to constructors of implementing classes when Supplier<AnAbstractClass> is expected

This commit is contained in:
peter
2016-05-02 08:58:57 +02:00
parent b7f5f72066
commit 80ad8e9ebd
7 changed files with 106 additions and 46 deletions
@@ -0,0 +1,5 @@
class Foo {
{
java.util.function.Supplier<java.util.List<String>> s = ArrayL<caret>
}
}