With this snippet of code:
using Gee;
void main()
{
HashMap<int, int> x = new HashMap<int, int>();
x[1]++;
// if we use x[1] += 1; would be ok
}the compiler core dumps. I am using 0.12 Is anybody willing to check if the bug is still there with newer versions? --Luca _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
