Closed robacarp closed 1 year ago
fixes #109
Assuming a param declaration like this: param counts : Array(Int32), the compile time error message produced will look like this:
param counts : Array(Int32)
I don't think it's possible to write a test for something like this without scaffolding out a way to generate a new mosquito project and compile it.
fixes #109
Assuming a param declaration like this:
param counts : Array(Int32)
, the compile time error message produced will look like this:I don't think it's possible to write a test for something like this without scaffolding out a way to generate a new mosquito project and compile it.