leo/tests/expectations/compiler/structs/duplicate_name_context.out
2022-11-08 15:49:47 -08:00

6 lines
206 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EAST0372007]: struct `Bar` shadowed by\n --> compiler-test:9:15\n |\n 9 | const Bar: u32 = 66u32;\n | ^^^\n"