From: Jérémie Astor Date: Wed, 30 Dec 2020 14:01:47 +0000 (+0100) Subject: :art: xxxfix X-Git-Tag: nightly~1071 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=50607bda3aa931d4ad82b0a173c742e50ca3599f;p=gwion.git :art: xxxfix --- diff --git a/ast b/ast index 0fc6ac70..3a39a092 160000 --- a/ast +++ b/ast @@ -1 +1 @@ -Subproject commit 0fc6ac705674b97d2edb4c60ec225d8e840dfc3f +Subproject commit 3a39a0920327c4cd6766c57686d638749942bb09 diff --git a/tests/xxxfix/post_func.gw b/tests/xxxfix/post_func.gw index c64ff069..aa59f5e9 100644 --- a/tests/xxxfix/post_func.gw +++ b/tests/xxxfix/post_func.gw @@ -2,4 +2,4 @@ fun int add(int i) { return i + 3; } -<<< 2 &add>>>; +<<< 2 (&add)>>>;