You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: