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

6 lines
238 B
Plaintext
Raw Normal View History

2022-07-03 04:15:18 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-10-06 09:52:37 +03:00
- "Error [ETYC0372021]: Comparison `>` is not supported for the address type.\n --> compiler-test:7:16\n |\n 7 | return x > sender;\n | ^^^^^^^^^^\n"