Compare commits
No commits in common. "edf609f916790e9af545fe24fe3d4e6211a061b2" and "158adf837a7a34284c5f19b61631a35a049c2603" have entirely different histories.
edf609f916
...
158adf837a
@ -6,7 +6,4 @@ public class Box<A> {
|
||||
public Box(A a) {
|
||||
//this.a = a;
|
||||
}
|
||||
set(x) {
|
||||
a = x;
|
||||
}
|
||||
}
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user