Parse annotations in new expressions

This commit is contained in:
Roman Shevchenko
2013-03-13 11:15:41 +01:00
parent 9774bc356a
commit 9daf85536c
4 changed files with 75 additions and 2 deletions

View File

@@ -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() { }