]> Nishi Git Mirror - gwion.git/commitdiff
:art: xxxfix
authorJérémie Astor <fennecdjay@gmail.com>
Wed, 30 Dec 2020 14:01:47 +0000 (15:01 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Wed, 30 Dec 2020 14:02:24 +0000 (15:02 +0100)
ast
tests/xxxfix/post_func.gw

diff --git a/ast b/ast
index 0fc6ac705674b97d2edb4c60ec225d8e840dfc3f..3a39a0920327c4cd6766c57686d638749942bb09 160000 (submodule)
--- a/ast
+++ b/ast
@@ -1 +1 @@
-Subproject commit 0fc6ac705674b97d2edb4c60ec225d8e840dfc3f
+Subproject commit 3a39a0920327c4cd6766c57686d638749942bb09
index c64ff069d8ddd11155c122201cf11031e8298b6d..aa59f5e9bad64d0f1626cbbc7720f65dad9f3693 100644 (file)
@@ -2,4 +2,4 @@ fun int add(int i) {
   return i + 3;
 }
 
-<<< 2 &add>>>;
+<<< 2 (&add)>>>;