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

import de.fernflower.code.Instruction;

public class IRETURN extends Instruction {

}