leo/tests/expectations/compiler/finalize/finalize_without_finalize_statement_fail.out
Pranav Gaddamadugu ce3fd38cd4 Regen expectations
2022-10-03 14:57:14 -07:00

6 lines
291 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [ETYC0372044]: Function must contain a `finalize` statement on all execution paths.\n --> compiler-test:5:1\n |\n 5 | transition mint_public(public receiver: address, public amount: u64) {\n 6 | \n 7 | }\n | ^\n"