Actions
Bug #6866
openбитовое | между boolean значениями
Start date:
02/14/2016
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
А нет ли здесь ошибки?
public static boolean assertImplies(boolean antecedent, boolean consequent, String msg)
{
return commonAssert(
!antecedent | consequent
, "Implication failed: " + msg
);
}
No data to display
Actions