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