IDEA-117391 (annotation highlighting fixed)

This commit is contained in:
Roman Shevchenko
2013-12-02 19:04:03 +01:00
parent 9553e5a06c
commit 393d831d3a
3 changed files with 13 additions and 5 deletions

View File

@@ -27,4 +27,10 @@ interface I {
@interface Caller {
Anno anno() default @Anno;
}
}
@interface AnnoArray {
@interface Part { }
Part[] arrayValue() default {@Part, @Part};
}