leo/tests/expectations/compiler/structs/duplicate_name_context.out

6 lines
218 B
Plaintext
Raw Normal View History

2022-06-23 11:38:33 +03:00
---
namespace: Compile
expectation: Fail
2022-06-23 11:38:33 +03:00
outputs:
2022-10-06 09:52:37 +03:00
- "Error [EAST0372009]: struct `Bar` shadowed by\n --> compiler-test:9:9\n |\n 9 | const Bar: u32 = 66u32;\n | ^^^^^^^^^^^^^^^^^^^^^^\n"