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