Revert "Fix a bug where local dynamic array declarations could be mistakenly parsed as old decls."

This reverts commit 046f167b6e.
This commit is contained in:
David Anderson
2014-11-09 00:15:00 -08:00
parent 046f167b6e
commit c228be83d6
3 changed files with 1 additions and 12 deletions
@@ -1,5 +0,0 @@
public int main()
{
bool[] egg = new bool[10];
}