mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
IDEA-117391 (annotation highlighting fixed)
This commit is contained in:
@@ -27,4 +27,10 @@ interface I {
|
||||
|
||||
@interface Caller {
|
||||
Anno anno() default @Anno;
|
||||
}
|
||||
}
|
||||
|
||||
@interface AnnoArray {
|
||||
@interface Part { }
|
||||
|
||||
Part[] arrayValue() default {@Part, @Part};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user