make 'remove loop' fix work for '(false)' and 'for' (IDEA-CR-20896)

This commit is contained in:
peter
2017-05-10 17:11:34 +02:00
parent 23b589d978
commit 932d1215d6
17 changed files with 89 additions and 17 deletions
@@ -0,0 +1,5 @@
class Test {
public static void test() {
}
}