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

6 lines
194 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [ETYC0372005]: Unknown variable `z`\n --> compiler-test:4:19\n |\n 4 | \tlet b: u8 = 1u8**z;\n | ^\n"