[java-completion] IDEA-342465 support correctness for completion

GitOrigin-RevId: e7d3dd5c9afec757fe2fcfb40499f7f174778264
This commit is contained in:
Mikhail Pyltsin
2024-01-12 15:07:50 +01:00
committed by intellij-monorepo-bot
parent a42f86fba8
commit 82ae6a7e59
12 changed files with 85 additions and 8 deletions

View File

@@ -553,7 +553,7 @@ public abstract class QuickFixFactory {
public abstract @NotNull IntentionAction createDeleteSwitchLabelFix(@NotNull PsiCaseLabelElement labelElement);
@NotNull
@Nullable
public abstract IntentionAction createDeleteDefaultFix(@NotNull PsiFile file, @NotNull PsiElement duplicateElement);
public abstract @NotNull IntentionAction createAddAnnotationTargetFix(@NotNull PsiAnnotation annotation, PsiAnnotation.TargetType target);