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

6 lines
291 B
Plaintext
Raw Normal View History

2022-09-07 20:39:00 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-10-04 00:57:14 +03:00
- "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"