Project

General

Profile

Actions

Bug #6866

open

битовое | между boolean значениями

Added by Alexey Demakov about 8 years ago.

Status:
New
Priority:
Normal
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

Also available in: Atom PDF