JavaPatternMatching/test/bytecode/ForTest.java

12 lines
157 B
Java
Raw Normal View History

2018-01-31 15:16:05 +00:00
package bytecode;
import org.objectweb.asm.Opcodes;
2018-01-31 15:16:05 +00:00
public class ForTest extends JavaTXCompilerTest {
public ForTest() {
this.fileName = "For";
}
}