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