mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Invert 'if' condition" "false"
|
||||
class A {
|
||||
public void foo(boolean c) {
|
||||
if (<caret>!) return;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user