提交 7c8a51bb 编写于 作者: J Josh Soref

Simplify == operation on booleans

上级 5feda70f
......@@ -176,7 +176,7 @@ public abstract class LabelExpression extends Label {
@Override
protected boolean op(boolean a, boolean b) {
return !(a ^ b);
return a == b;
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册