leo/tests/expectations/compiler/function/shadow_function_with_input_fail.out
2022-08-01 14:14:39 -07:00

6 lines
208 B
Plaintext

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