forked from JavaTX/JavaCompilerCore
9 lines
204 B
Java
9 lines
204 B
Java
package typeinference;
|
|
|
|
import java.io.File;
|
|
|
|
public class mathStrucTest extends JavaTXCompilerTest{
|
|
public mathStrucTest() {
|
|
this.fileToTest = new File(rootDirectory+"mathStruc.jav");
|
|
}
|
|
} |