Community
Participate
Working Groups
We need to mark the "3" in the parameter below as invalid. program foo( x int[3] ) function main() end end
I have added the validation to ProgramValidator. I also fixed the validation in FunctionValidator. Previously, the code was giving an error for: function f1(p1 int[3]) but not for function f1(p1 int[3]?) It now gives an error for both of these
Verified.