noinspection for infinite loop statement?
How can I //noinspection an infinite loop statement?
while (true) { System.exit(0) }
I get a quick-fix option to disable that inspection globally, but I want to prevent the warning on just that one statement.
Cheers,
11011011
Please sign in to leave a comment.
Currently there is no way to do this
There still is no way to do this?