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

6 lines
403 B
Plaintext
Raw Normal View History

2021-05-05 18:29:44 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-08-18 02:03:57 +03:00
- "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 | ^"