IDEA-179128 Quick-fix for "'if' statement has empty body"

This commit is contained in:
Tagir Valeev
2017-09-19 13:04:21 +07:00
parent 271d62ad19
commit 36999ebfc4
20 changed files with 208 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
// "Convert to 'if' statement" "true"
// "Extract side effects as an 'if' statement" "true"
import java.io.File;
public class Main {

View File

@@ -1,4 +1,4 @@
// "Convert to 'if' statement" "true"
// "Extract side effects as an 'if' statement" "true"
import java.io.File;
public class Main {