operatorUnaryPostfixIncrement method

Expression operatorUnaryPostfixIncrement()

Return the result of this++.

Implementation

Expression operatorUnaryPostfixIncrement() =>
    BinaryExpression._(expression, _empty, '++', addSpace: false);