leo/tests/expectations/compiler/tuple/function_unit_input_fail.out

6 lines
220 B
Plaintext
Raw Normal View History

2022-11-09 02:46:17 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-11-23 04:55:12 +03:00
- "Error [ETYC0372063]: Unit expressions can only be used in return statements.\n --> compiler-test:10:13\n |\n 10 | foo(());\n | ^^\n"