leo/tests/expectations/compiler/finalize/finalize_without_finalize_statement_fail.out
2022-11-12 09:53:29 -08:00

6 lines
307 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "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"