AstFieldAccess: {
    aggregate: AstExpression;
    field: AstId;
    id: number;
    kind: "field_access";
    loc: SrcInfo;
}