diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-08-17 02:57:08 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-25 14:36:46 +0200 |
commit | 81c5f8e750fcda6a2451fb54604130431434f88f (patch) | |
tree | 944fa06c781d57b1db90e9153080f411a1c34a55 /tests/errors | |
parent | 20662a1d203ffb9e05d6694347fd258115b41d0a (diff) |
Implement more instructions, implement function parameters and arguments
Diffstat (limited to 'tests/errors')
-rw-r--r-- | tests/errors/closure_duplicate_param_name.amal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/errors/closure_duplicate_param_name.amal b/tests/errors/closure_duplicate_param_name.amal new file mode 100644 index 0000000..4e74eec --- /dev/null +++ b/tests/errors/closure_duplicate_param_name.amal @@ -0,0 +1 @@ +const func = fn(value: i32, value: i32) {}
\ No newline at end of file |