mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
IDEA-179128 Quick-fix for "'if' statement has empty body"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'if' statement" "true"
|
||||
// "Extract side effects as an 'if' statement" "true"
|
||||
import java.io.File;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'if' statement" "true"
|
||||
// "Extract side effects as an 'if' statement" "true"
|
||||
import java.io.File;
|
||||
|
||||
public class Main {
|
||||
|
||||
Reference in New Issue
Block a user