leo/tests/expectations/compiler/structs/duplicate_struct_variable.out
2022-09-30 13:20:23 -07:00

6 lines
260 B
Plaintext

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