Compare commits

..

No commits in common. "edf609f916790e9af545fe24fe3d4e6211a061b2" and "158adf837a7a34284c5f19b61631a35a049c2603" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -6,7 +6,4 @@ public class Box<A> {
public Box(A a) {
//this.a = a;
}
set(x) {
a = x;
}
}

View File

@ -65,10 +65,10 @@ public class AllgemeinTest {
//String className = "TripleTest";
//String className = "WildcardList";
//String className = "List";
String className = "Box";
//String className = "Box";
//String className = "GenBox";
//String className = "InnerInf";
//String className = "Foo";
String className = "Foo";
//PL 2019-10-24: genutzt fuer unterschiedliche Tests
path = System.getProperty("user.dir")+"/resources/AllgemeinTest/" + className + ".jav";
//path = System.getProperty("user.dir")+"/src/test/resources/AllgemeinTest/Overloading_Generics.jav";