_(@utting @leavens keeping you in the loop)_ The following program generates a strange error message indeed: ```Whiley 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.