leo/tests/expectations/compiler/statements/duplicate_variable.out
2022-07-28 14:14:25 -07:00

6 lines
201 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EAST0372011]: variable `x` shadowed by\n --> compiler-test:5:4\n |\n 5 | \tlet x: bool = true;\n | ^^^^^^^^^^^^^^^^^^\n"