AutoBE
    Preparing search index...
    interface IBinaryExpression {
        kind: "binary";
        left: AutoBeTestSourceIR.IExpression;
        operator: string;
        right: AutoBeTestSourceIR.IExpression;
    }
    Index

    Properties

    Properties

    kind: "binary"
    operator: string