leo/tests/expectations/compiler/function/duplicate_parameter_fail.out
2022-08-01 14:14:39 -07:00

6 lines
219 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EAST0372011]: variable `a` shadowed by\n --> compiler-test:3:23\n |\n 3 | function main(a: u32, a: u32) -> u32 {\n | ^\n"