decrementAfterType
If I overload the decrement-after operator, what is the return type (null if not overloaded) of the expression this--
If the decrement-after operator is not overloaded, this method should return null. When returning null, ShakeAssignable.decrementAfterType will know that the decrement-after operator is not overloaded and will use the default decrement-after operator and resolve the type itself.
Return
The return type of the decrement-after expression
Since
0.1.0
Parameters
scope
The scope in which the decrement-after is done