Java intention: Quick fix for error "foreach not applicable to type java.util.Iterator" (IDEA-124751)

This commit is contained in:
Pavel Dolgov
2016-07-01 16:12:36 +03:00
parent 57b55ceeb6
commit d50a5c7a07
19 changed files with 302 additions and 2 deletions
@@ -274,4 +274,6 @@ public abstract class QuickFixFactory {
public IntentionAction createWrapWithOptionalFix(@Nullable PsiType type, @NotNull PsiExpression expression) {
throw new UnsupportedOperationException();
}
public abstract IntentionAction createNotIterableForEachLoopFix(PsiExpression expression);
}