AstStaticCall: {
    args: readonly AstExpression[];
    function: AstId;
    id: number;
    kind: "static_call";
    loc: SrcInfo;
}