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

6 lines
216 B
Plaintext
Raw Normal View History

---
namespace: Compile
expectation: Fail
outputs:
2022-11-08 21:15:43 +03:00
- "Error [EAST0372006]: function `hi` shadowed by\n --> compiler-test:8:21\n |\n 8 | function tester(hi: u8) -> u8 {\n | ^^\n"