public void testCacheUnresolvedMethods2() throws Exception {
doTestCachedUnresolved();
}
+
+ public void testCacheUnresolvedMethods3() throws Exception {
+ doTestCachedUnresolved();
+ }
private void doTestCachedUnresolved() {
configureByFile(BASE_PATH + "/" + getTestName(false) + ".java");
}
}
+ public void testAdditionalConstraintsBasedOnLambdaResolution() throws Exception {
+ doTestAllMethodCallExpressions();
+ }
+
private void doTestAllMethodCallExpressions() {
configureByFile(BASE_PATH + "/" + getTestName(false) + ".java");
final Collection<PsiCallExpression> methodCallExpressions = PsiTreeUtil.findChildrenOfType(getFile(), PsiCallExpression.class);