mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
IDEA-167980 Add quick fix to merge two annotations which are not marked as repeatable
GitOrigin-RevId: 6cc5742354b484ea996ec6a0d2bfa29f3013a08a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
73ed3aa311
commit
2ba9a65828
@@ -511,4 +511,6 @@ public abstract class QuickFixFactory {
|
||||
public abstract IntentionAction createAddMissingEnumBranchesFix(@NotNull PsiSwitchBlock switchBlock, @NotNull Set<String> missingCases);
|
||||
|
||||
public abstract IntentionAction createAddSwitchDefaultFix(@NotNull PsiSwitchBlock switchBlock, @Nullable String message);
|
||||
|
||||
public abstract IntentionAction createCollapseAnnotationsFix(PsiAnnotation annotation);
|
||||
}
|
||||
Reference in New Issue
Block a user