grammar: remove no before comma in idlist
[nit.git] / src / parser / nit.sablecc3xx
index fa6d955..dd54d0e 100644 (file)
@@ -698,7 +698,7 @@ idlist {-> id*}
        ;
 idlist_nopar {-> id*}
        = {single} id {-> [id]}
-       | {more} idlist_nopar no comma [n2]:no id {-> [idlist_nopar.id, id]}
+       | {more} idlist_nopar comma [n2]:no id {-> [idlist_nopar.id, id]}
        ;
 
 module_name {-> module_name}