IDEA-181266 Modifiers are not suggested after annotation with parentheses

This commit is contained in:
peter
2017-10-30 21:39:49 +01:00
parent 5f01647984
commit e849eaa058
3 changed files with 5 additions and 1 deletions
@@ -0,0 +1,3 @@
class C {
@Deprecated() <caret>
}