mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
highlighting: mark default annotation value used for implicit calls (IDEA-71133)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
@Annotation("")
|
||||
class <warning descr="Class 'Bar' is never used">Bar</warning> { }
|
||||
@interface Annotation {
|
||||
String value();
|
||||
int <warning descr="Method 'ints()' is never used">ints</warning>() default 0;
|
||||
}
|
||||
Reference in New Issue
Block a user