forked from JavaTX/JavaCompilerCore
8 lines
127 B
Java
8 lines
127 B
Java
package bytecode;
|
|
|
|
public class ImportTest extends JavaTXCompilerTest{
|
|
public ImportTest() {
|
|
this.fileName = "Import";
|
|
}
|
|
}
|