AstMethodCall: {
    args: readonly AstExpression[];
    id: number;
    kind: "method_call";
    loc: SrcInfo;
    method: AstId;
    self: AstExpression;
}