Fixed filtering of annotation classes in annotation completion broken recently
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
annotation class III
|
||||
|
||||
@I<caret>
|
||||
annotation class A
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: III
|
||||
// EXIST_JAVA_ONLY: Inherited
|
||||
// ABSENT: Icon
|
||||
// ABSENT: IllegalAccessException
|
||||
Reference in New Issue
Block a user