Jimple goto statement is missing #811
-
I'd like to have
|
Beta Was this translation helpful? Give feedback.
Answered by
JonasKlauke
Jan 11, 2024
Replies: 1 comment 4 replies
-
there is no goto needed after the code in the else branch. The next statement will be the return. A goto is only needed if you want to jump over other instructions. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
JonasKlauke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there is no goto needed after the code in the else branch. The next statement will be the return. A goto is only needed if you want to jump over other instructions.