New Java parser (incomplete array types parsing fixed)

This commit is contained in:
Roman Shevchenko
2010-08-12 20:52:08 +04:00
parent 1034137510
commit 64f94033fb
5 changed files with 45 additions and 6 deletions
@@ -0,0 +1,3 @@
class Test {
int[0];
}