mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
Type annotations on C-style arrays are recognized now
This commit is contained in:
+2
@@ -108,6 +108,8 @@ class Outer {
|
||||
new Boolean @<error descr="Duplicate annotation">TA</error> @<error descr="Duplicate annotation">TA</error> [42];
|
||||
}
|
||||
|
||||
int @TA [] mixedArrays() @TA [] <error descr="Annotations are not allowed here">@TA</error> { return new int[0][0]; }
|
||||
|
||||
@TA Outer() { }
|
||||
|
||||
class MyClass<@TA @TPA T> { }
|
||||
|
||||
Reference in New Issue
Block a user