mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
Cleanup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@interface Ann {
|
||||
int i ();
|
||||
}
|
||||
|
||||
class D {
|
||||
int field;
|
||||
@Ann(i=<error descr="Attribute value must be constant">field</error>) void foo () {}
|
||||
}
|
||||
|
||||
@interface ManistaDouble
|
||||
{
|
||||
public abstract double defaultValue() default Double.NaN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user