Branch: Tag:

2014-12-04

2014-12-04 19:23:59 by Martin Nilsson <nilsson@opera.com>

Robustness fix.

4008:      // Testing __INIT   test_any([[ -  class X { int x = 1; int zz = 1; int zzz=8; int xx=8; }; +  class X { int x = 1; int zz = 1; int zzz=8; int xx=16; };    class Y { int y = 2; int xx; };    class Z { inherit X; inherit Y; int z = 4; int zz = 0; int zzz; };    object zz = Z();