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

6 lines
208 B
Plaintext
Raw Normal View History

---
namespace: Compile
expectation: Fail
outputs:
2022-07-20 21:19:00 +03:00
- "Error [EAST0372008]: function `hi` shadowed by\n --> compiler-test:7:17\n |\n 7 | function tester(hi: u8) -> u8 {\n | ^^\n"