leo/tests/expectations/compiler/function/duplicate_definition_fail.out
Pranav Gaddamadugu 7278a5bf39 Regen expectations
2022-08-17 16:03:57 -07:00

6 lines
403 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EPAR0370007]: unexpected identifier: expected 'assert', 'assert_eq', 'assert_neq' -- found 'log'\n --> compiler-test:4:13\n |\n 4 | console.log(\"{}\", 1u8);\n | ^^^\nError [EPAR0370005]: expected ; -- found '('\n --> compiler-test:4:16\n |\n 4 | console.log(\"{}\", 1u8);\n | ^"