mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add quick fix to remove duplicate annotation without parameters (IDEA-249508)
GitOrigin-RevId: fea7daeb0bb40724325182d6041a20aa141fbbf2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f0726e3181
commit
4b18db9bfb
+5
@@ -0,0 +1,5 @@
|
||||
// "Remove" "true"
|
||||
|
||||
@XYZ
|
||||
class X{}
|
||||
@interface XYZ {}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Remove" "true"
|
||||
|
||||
@X<caret>YZ
|
||||
@XYZ
|
||||
class X{}
|
||||
@interface XYZ {}
|
||||
Reference in New Issue
Block a user