modified: resources/AllgemeinTest/Box.jav
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 6m3s
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 6m3s
modified: src/test/java/AllgemeinTest.java
This commit is contained in:
parent
edf609f916
commit
f0287c4611
@ -1,9 +1,9 @@
|
|||||||
public class Box<A> {
|
public class Box {
|
||||||
|
|
||||||
A a;
|
a;
|
||||||
|
|
||||||
public Box() { }
|
public Box() { }
|
||||||
public Box(A a) {
|
public Box(a) {
|
||||||
//this.a = a;
|
//this.a = a;
|
||||||
}
|
}
|
||||||
set(x) {
|
set(x) {
|
||||||
|
@ -64,8 +64,8 @@ public class AllgemeinTest {
|
|||||||
//String className = "Cycle";
|
//String className = "Cycle";
|
||||||
//String className = "TripleTest";
|
//String className = "TripleTest";
|
||||||
//String className = "WildcardList";
|
//String className = "WildcardList";
|
||||||
//String className = "List";
|
String className = "List";
|
||||||
String className = "Box";
|
//String className = "Box";
|
||||||
//String className = "GenBox";
|
//String className = "GenBox";
|
||||||
//String className = "InnerInf";
|
//String className = "InnerInf";
|
||||||
//String className = "Foo";
|
//String className = "Foo";
|
||||||
|
Loading…
Reference in New Issue
Block a user