modified: ../../test/javFiles/Lambda2.jav

modified:   ../../test/typeinference/UnifyTest.java
This commit is contained in:
Martin Plümicke 2018-05-09 18:10:08 +02:00
parent 225dc16a89
commit 8048af2106
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,4 @@
import java.lang.String;
public class Lambda2
{

View File

@ -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 {