lambda: use incomplete substitutor when calc functional interface (IDEA-97038)

This commit is contained in:
anna
2012-12-18 19:29:02 +01:00
parent e94f80bd20
commit bd4346cea8
5 changed files with 52 additions and 15 deletions

View File

@@ -169,6 +169,10 @@ public class LambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testUseIncompleteParentSubstitutor() throws Exception {
doTest();
}
private void doTest() throws Exception {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", false, false);
}