mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Java intention: Quick fix for error "foreach not applicable to type java.util.Iterator" (IDEA-124751)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user