leo/tests/expectations/compiler/function/duplicate_parameter_fail.out

6 lines
301 B
Plaintext
Raw Normal View History

2022-06-23 10:19:26 +03:00
---
namespace: Compile
expectation: Fail
outputs:
- "Error [EPAR0370032]: `console` statements are not yet supported.\n --> compiler-test:5:9\n |\n 5 | console.log(\"{}\", 1u8);\n | ^^^^^^^\n |\n = Consider using `assert`, `assert_eq`, or `assert_neq` instead."