How to ignore unreachable statement in Java/Android studio purposely.
This is just for testing, for example, I have a lot of codes below it, and I just want to do return
above the codes for testing purpose.
Currently it gives error in Android Studio and I can't run it.
An alternative would be to comment the codes below, but I do this a lot, and it's a little cumbersome.
Thanks.