From: fennecdjay Date: Thu, 10 Oct 2019 11:10:59 +0000 (+0200) Subject: :art: check_td arg X-Git-Tag: nightly~2198^2~32 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3cd0f1e454a485759e3f1fbad008fe8f30e11b1b;p=gwion.git :art: check_td arg --- diff --git a/tests/error/func_error_void.gw b/tests/error/func_error_void.gw new file mode 100644 index 00000000..7c753a33 --- /dev/null +++ b/tests/error/func_error_void.gw @@ -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 index 00000000..139e3907 --- /dev/null +++ b/tests/tree/check_td_arg.gw @@ -0,0 +1 @@ +fun void test(`1` i) {}