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-10-06 09:52:37 +03:00
- "Error [EAST0372008]: function `hi` shadowed by\n --> compiler-test:8:21\n |\n 8 | function tester(hi: u8) -> u8 {\n | ^^\n"