forked from JavaTX/JavaCompilerCore
modified: ../../test/javFiles/Lambda2.jav
modified: ../../test/typeinference/UnifyTest.java
This commit is contained in:
parent
225dc16a89
commit
8048af2106
@ -1,3 +1,4 @@
|
||||
import java.lang.String;
|
||||
|
||||
public class Lambda2
|
||||
{
|
||||
|
@ -33,11 +33,12 @@ public class UnifyTest {
|
||||
public void lambda() throws IOException, ClassNotFoundException {
|
||||
execute(new File(rootDirectory+"LambdaField.jav"));
|
||||
}
|
||||
|
||||
*/
|
||||
@Test
|
||||
public void lambda2() throws IOException, ClassNotFoundException {
|
||||
execute(new File(rootDirectory+"Lambda2.jav"));
|
||||
}
|
||||
/*
|
||||
@Test
|
||||
public void lambda3() throws IOException, ClassNotFoundException {
|
||||
execute(new File(rootDirectory+"Lambda3.jav"));
|
||||
@ -51,11 +52,12 @@ public class UnifyTest {
|
||||
execute(new File(rootDirectory+"Generics.jav"));
|
||||
}
|
||||
*/
|
||||
/*
|
||||
@Test
|
||||
public void faculty() throws IOException, ClassNotFoundException {
|
||||
execute(new File(rootDirectory+"Faculty.jav"));
|
||||
}
|
||||
|
||||
*/
|
||||
/*
|
||||
@Test
|
||||
public void facultyTyped() throws IOException, ClassNotFoundException {
|
||||
|
Loading…
Reference in New Issue
Block a user