leo/tests/expectations/compiler/finalize/shadow_mapping_fail.out

6 lines
369 B
Plaintext
Raw Normal View History

2022-09-07 20:39:00 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-10-04 00:57:14 +03:00
- "Error [EAST0372009]: struct `bar` shadowed by\n --> compiler-test:4:1\n |\n 4 | mapping bar: u8 => u8;\n | ^^^^^^^^^^^^^^^^^^^^^^\nError [EAST0372009]: struct `bar` shadowed by\n --> compiler-test:6:1\n |\n 6 | transition bar(a: u8) -> u8 {\n 7 | return a + 1u8;\n 8 | }\n | ^\n"