8 lines
127 B
Java
8 lines
127 B
Java
|
package bytecode;
|
||
|
|
||
|
public class TestIfTest extends JavaTXCompilerTest{
|
||
|
public TestIfTest() {
|
||
|
this.fileName = "IfTest";
|
||
|
}
|
||
|
}
|