提交 1fc92d2a 编写于 作者: S Skylot

fix: instruction deep equals must check result

上级 850bd969
......@@ -285,6 +285,7 @@ public class InsnNode extends LineAttrNode {
return true;
}
return isSame(other)
&& Objects.equals(result, other.result)
&& Objects.equals(arguments, other.arguments);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册