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

6 lines
260 B
Plaintext
Raw Normal View History

2022-06-23 11:38:33 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-09-30 22:58:39 +03:00
- "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"