mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
SplitConditionUtil#createAndAnd: fix corner cases with ending line comment
Review ID: IDEA-CR-31527
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class C {
|
||||
void foo() {
|
||||
if (a &<caret>& b) {
|
||||
call();
|
||||
} // foo
|
||||
else if (a && c) {
|
||||
otherCall();
|
||||
} // bar
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user