leo/tests/expectations/compiler/finalize/shadow_mapping_fail.out
2023-04-12 12:38:44 -07:00

6 lines
393 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EAST0372007]: struct `bar` shadowed by\n --> compiler-test:5:5\n |\n 5 | mapping bar: u8 => u8;\n | ^^^^^^^^^^^^^^^^^^^^^^\nError [EAST0372007]: struct `bar` shadowed by\n --> compiler-test:7:5\n |\n 7 | transition bar(a: u8) -> u8 {\n 8 | return a + 1u8;\n 9 | }\n | ^\n"