From 81c5f8e750fcda6a2451fb54604130431434f88f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 17 Aug 2019 02:57:08 +0200 Subject: Implement more instructions, implement function parameters and arguments --- tests/errors/closure_duplicate_param_name.amal | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/errors/closure_duplicate_param_name.amal (limited to 'tests/errors/closure_duplicate_param_name.amal') 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 -- cgit v1.2.3