Branch: Tag:

2015-11-07

2015-11-07 15:42:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Testsuite: Fixed label issue some more.

4117:    class Y {    inherit X;    protected void create(int yyy) { -  x = yyy + 2; +  X::x = yyy + 2;    }    };    return Y(5)->x;