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