t / t4018 / cpp-class-constructor-mem-initon commit commit: use generations in paint_down_to_common() (3afc679)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}