leo/tests/expectations/compiler/finalize/empty_finalize_fail.out

6 lines
306 B
Plaintext
Raw Normal View History

2022-09-08 09:09:11 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-10-04 00:57:14 +03:00
- "Error [ETYC0372039]: A finalize block cannot be empty.\n --> compiler-test:8:1\n |\n 8 | finalize mint_public (public receiver: address, public amount: u64) {}\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"