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