leo/tests/expectations/compiler/finalize/private_input_ouput_fail.out
2022-11-23 02:37:57 -05:00

6 lines
268 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EPAR0370030]: `async finalize` is deprecated.\n --> compiler-test:5:9\n |\n 5 | async finalize(a);\n | ^^^^^\n |\n = Use `return <expr> then finalize(<args>)` instead."