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