mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IDEA-68179 (Javac quirks inspection)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class C {
|
||||
@interface TestAnnotation {
|
||||
int[] value();
|
||||
}
|
||||
|
||||
@TestAnnotation({0, 1<warning descr="Trailing comma in annotation array initializer may cause compilation error in some Javac versions (e.g. JDK 5 and JDK 6).">,</warning>})
|
||||
void m() { }
|
||||
}
|
||||
Reference in New Issue
Block a user