On 12/12/2014 15:31, Nicolas CARRIER wrote:
> namespace Plop {
>     int my_int = -1;
>     static void check_my_int_is_initialized() {
>         if (my_int < 0)
>             my_int = 42;
>     }
>     public static int main(string[] args) {
>         check_my_int_is_initialized();
>         stdout.printf(@"my_int is $my_int\n");
>         return 0;
>     }
> } 
That's an interesting bug. I think vala threats that -1 as unary
operator of negation. Should be trivial to fix. Feel free to report a bug.
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to