mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-209300 Split into 2 if's doesn't work when I'm staying on the last symbol of &&
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class C {
|
||||
void foo() {
|
||||
if (a || b &<caret>& c) {
|
||||
if (a || b &&<caret> c) {
|
||||
call();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user