fix: instruction deep equals must check result
This commit is contained in:
@@ -285,6 +285,7 @@ public class InsnNode extends LineAttrNode {
|
||||
return true;
|
||||
}
|
||||
return isSame(other)
|
||||
&& Objects.equals(result, other.result)
|
||||
&& Objects.equals(arguments, other.arguments);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user