Commits

Robert Widmann committed 8f3031d7b97
Provide a fix for SR-1571 (#2854) Lookup can occasionally produce a call to a superclass constructor here that is not in our immediate superclass and we would trust it was completely valid. Instead, reject the notion of creating such a constructor entirely unless its decl can prove it is actually in our superclass.