(@utting @leavens keeping you in the loop)
The following program generates a strange error message indeed:
method g(&int p) -> (int r):
return 0
method f(&int p, int[] xs):
//
for i in 0..|xs|:
g(p)
UPDATE: this is related to debug=true in the wy.toml file.
(@utting @leavens keeping you in the loop)
The following program generates a strange error message indeed:
UPDATE: this is related to
debug=truein thewy.tomlfile.