mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
Parse annotations in new expressions
This commit is contained in:
@@ -104,6 +104,7 @@ class Outer {
|
||||
void arrays(String @TA ... docs) {
|
||||
//todo[r.sh]
|
||||
//@TA String @TA [] @TA [] docs1 = new @TA String @TA [2] @TA [2];
|
||||
//@TA int @TA [] ints = new @TA int @TA [2];
|
||||
}
|
||||
|
||||
@TA Outer() { }
|
||||
|
||||
Reference in New Issue
Block a user