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

6 lines
307 B
Plaintext
Raw Normal View History

2022-09-07 20:39:00 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-10-06 09:52:37 +03:00
- "Error [ETYC0372044]: Function must contain a `finalize` statement on all execution paths.\n --> compiler-test:6:5\n |\n 6 | transition mint_public(public receiver: address, public amount: u64) {\n 7 | \n 8 | }\n | ^\n"