mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inline: do not delete call but warn when resulted expr is not a valid statement (IDEA-88886)
This commit is contained in:
@@ -2,7 +2,8 @@ class A {
|
||||
|
||||
public String method(boolean b) {
|
||||
if (b) {
|
||||
return;
|
||||
return "b";
|
||||
}
|
||||
return "a";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user