leo/tests/expectations/compiler/address/lt_fail.out

6 lines
230 B
Plaintext
Raw Normal View History

2022-07-03 04:15:18 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-07-20 21:19:00 +03:00
- "Error [ETYC0372021]: Comparison `<` is not supported for the address type.\n --> compiler-test:6:12\n |\n 6 | return x < sender;\n | ^^^^^^^^^^\n"