pub fn function_declaration_diagnostics(
    db: &dyn SemanticGroup,
    function_id: FunctionWithBodyId
) -> Diagnostics<SemanticDiagnostic>
Expand description