@ -246,9 +246,7 @@ public final class DummyArgTransformer extends Transformer {
var stores = new boolean[method.maxLocals];
for (var it = method.instructions.iterator(); it.hasNext(); ) {
for (AbstractInsnNode insn : method.instructions) {
var insn = it.next();
var opcode = insn.getOpcode();
if (opcode != Opcodes.ISTORE) {
continue;