leo/tests/expectations/compiler/structs/duplicate_struct_variable.out
Pranav Gaddamadugu e1a148a93e Regen expectations
2022-10-05 23:52:37 -07:00

6 lines
280 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [ETYC0372015]: Struct Bar defined with more than one member with the same name.\n --> compiler-test:4:5\n |\n 4 | struct Bar {\n 5 | x: u32,\n 6 | x: u32,\n 7 | }\n | ^\n"