mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
IDEA-161862 Lambda Expressions not showing as implementations of an interface
This commit is contained in:
+5
@@ -140,6 +140,11 @@ public class FindFunctionalInterfaceTest extends LightCodeInsightFixtureTestCase
|
||||
assertSize(1, FunctionalExpressionSearch.search(findClass("I")).findAll());
|
||||
}
|
||||
|
||||
public void testChainStartingWithConstructor() {
|
||||
configure();
|
||||
assertSize(1, FunctionalExpressionSearch.search(findClass("IterHelper.MapIterCallback")).findAll());
|
||||
}
|
||||
|
||||
public void testDontVisitInapplicableFiles() {
|
||||
PsiClass sam = myFixture.addClass("interface I { void foo(); }");
|
||||
myFixture.addClass("class Some { " +
|
||||
|
||||
Reference in New Issue
Block a user