leo/tests/expectations/compiler/function/duplicate_parameter_fail.out

6 lines
219 B
Plaintext
Raw Normal View History

2022-06-23 10:19:26 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-07-20 21:19:00 +03:00
- "Error [EAST0372011]: variable `a` shadowed by\n --> compiler-test:3:23\n |\n 3 | function main(a: u32, a: u32) -> u32 {\n | ^\n"