fix a compile-order problem revealed by test219_playedbyInheritance1
* when resolving baseclass, tsuper may not yet have it resolved.
  Fixed by deferring one analysis to STATE_ROLES_LINKED
  (doing it earlier breaks smart lifting tests).
Also fix interim regression in test2236_liftingParticipant2 (compile order):
* fully defer checking of baseclass redefinition until STATE_ROLES_LINKED
* also ensure that baseclass has STATE_ROLES_LINKED

1 file changed