Fix a bug where local dynamic array declarations could be mistakenly parsed as old decls (bug 6279).
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public int main()
|
||||
{
|
||||
bool[] egg = new bool[10];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user