summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/code/instructions/DUP2_X2.java
blob: ebc8eea80765a715429542eb36ecd34f0c172130 (plain)
1
2
3
4
5
6
7
package de.fernflower.code.instructions;

import de.fernflower.code.Instruction;

public class DUP2_X2 extends Instruction {

}