leo/tests/expectations/compiler/function/shadow_function_with_input_fail.out
2022-11-08 15:49:47 -08:00

6 lines
216 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EAST0372006]: function `hi` shadowed by\n --> compiler-test:8:21\n |\n 8 | function tester(hi: u8) -> u8 {\n | ^^\n"