JavaCompilerCore/test/bytecode/ForTest.java

10 lines
122 B
Java
Raw Normal View History

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