mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
Cleanup
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
@interface Ann {
|
||||
int u () default 0;
|
||||
}
|
||||
|
||||
@Ann(<error descr="Cannot find method 'value'">0</error>) class D {
|
||||
}
|
||||
|
||||
@In(""<error descr="Annotation attribute must be of the form 'name=value'">,</error> create = "")
|
||||
class ZZZ {
|
||||
}
|
||||
@interface In {
|
||||
String value();
|
||||
String create();
|
||||
}
|
||||
Reference in New Issue
Block a user