Change the MixIn in the CountDown demo to have the following header
@moxy.
@attribute required int From
@moxy.
The generator now crashes because it sees [CountDown(3)] and tries to get the parameter name for the argument 3 and there isn't one, causing an IndexOutOfBoundsException.
Change the MixIn in the
CountDown
demo to have the following headerThe generator now crashes because it sees
[CountDown(3)]
and tries to get the parameter name for the argument3
and there isn't one, causing anIndexOutOfBoundsException
.