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