mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
MoveIntoIfBranchesAction: disable if if branch cannot complete normally
GitOrigin-RevId: 07c9d5a46c0ded0d1de27c0a0c4b372061b84917
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1829c3119a
commit
91092e2ef7
+7
@@ -0,0 +1,7 @@
|
||||
// "Move up into 'if' statement branches" "false"
|
||||
class Test {
|
||||
void test(int x) {
|
||||
if (x > 0) return;
|
||||
<caret>System.out.println(x);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user