leo/tests/expectations/compiler/tuple/function_unit_input_fail.out
2023-04-12 12:38:44 -07:00

6 lines
220 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [ETYC0372063]: Unit expressions can only be used in return statements.\n --> compiler-test:10:13\n |\n 10 | foo(());\n | ^^\n"