Branch: Tag:

2011-09-12

2011-09-12 15:37:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Testsuite: Added test for [bug 6065 (#6065)] (caused by the fix for [bug 6063 (#6063)]).

458:    return ({ B(), C(), D() })->q() * "";   ]], "sss")    + test_any([[ +  // bug 6065 +  class A(string s) {}; +  class B(string s) { inherit A; }; +  return B("foo")->s; + ]], "foo") +    dnl bug in for loop optimization in combination with +=      test_any([[