apply_modifiers_and_base_constructors

Function apply_modifiers_and_base_constructors 

Source
fn apply_modifiers_and_base_constructors(
    contract: &mut ContractIR,
    contract_map: &HashMap<String, ContractIR>,
) -> Result<(), SolidityError>