fn super_called_from_derivative(
hir: &Hir<'_>,
base_contract_id: ContractId,
name: &Symbol,
super_called: &HashMap<Symbol, HashSet<ContractId>>,
) -> boolExpand description
Returns true if any strict descendant of base_contract_id contains a super.<name>
call (the only callsites that can resolve into base_contract_id).