]> Nishi Git Mirror - gwion.git/commitdiff
:art: check_td arg
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 10 Oct 2019 11:10:59 +0000 (13:10 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 10 Oct 2019 11:16:27 +0000 (13:16 +0200)
tests/error/func_error_void.gw [new file with mode: 0644]
tests/tree/check_td_arg.gw [new file with mode: 0644]

diff --git a/tests/error/func_error_void.gw b/tests/error/func_error_void.gw
new file mode 100644 (file)
index 0000000..7c753a3
--- /dev/null
@@ -0,0 +1,3 @@
+#! [contains] and not:
+fun void test(int i) {}
+test();
diff --git a/tests/tree/check_td_arg.gw b/tests/tree/check_td_arg.gw
new file mode 100644 (file)
index 0000000..139e390
--- /dev/null
@@ -0,0 +1 @@
+fun void test(`1` i) {}