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
When using switch case, you are using in := index; in
but never actually using the in variable! Is this variable used or exported else where? Maybe I am missing something! Just noticed that when running the tool on a debugger, this statement popped up a ton!
The text was updated successfully, but these errors were encountered:
Was looking through some of the code and realized there is some interesting logic flaws in it! One of them I pointed out was here.
When using switch case, you are using
in := index; in
but never actually using the
in
variable! Is this variable used or exported else where? Maybe I am missing something! Just noticed that when running the tool on a debugger, this statement popped up a ton!The text was updated successfully, but these errors were encountered: