AutoBE
    Preparing search index...
    interface IPostfixUnaryExpression {
        kind: "postfixUnary";
        operand: AutoBeTestSourceIR.IExpression;
        operator: string;
    }
    Index

    Properties

    Properties

    kind: "postfixUnary"
    operator: string