forked from JavaTX/JavaCompilerCore
10 lines
122 B
Java
10 lines
122 B
Java
package bytecode;
|
|
|
|
public class ForTest extends JavaTXCompilerTest {
|
|
|
|
public ForTest() {
|
|
this.fileName = "For";
|
|
}
|
|
|
|
}
|