From: Jérémie Astor Date: Sat, 12 Jun 2021 16:57:27 +0000 (+0200) Subject: :wrench: Update example X-Git-Tag: nightly~602 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6b3114f45dc01af26759f343346521263ef665e4;p=gwion.git :wrench: Update example --- diff --git a/examples/usr_postfix.gw b/examples/usr_postfix.gw index e99c7004..4abe01de 100644 --- a/examples/usr_postfix.gw +++ b/examples/usr_postfix.gw @@ -5,7 +5,6 @@ class C { operator int ++ (C c) { <<< "here" >>>; <<< c.i++ >>>; - return 0; } var C c; c++;