Testfile angepasst
This commit is contained in:
parent
3232201843
commit
3d88fb479b
@ -42,7 +42,6 @@ public class SuperWildcardType extends WildcardType implements ITypeContainer, I
|
|||||||
*/
|
*/
|
||||||
public String toString()
|
public String toString()
|
||||||
{
|
{
|
||||||
System.out.println("!");
|
|
||||||
return "? super " + superType.toString();
|
return "? super " + superType.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
|
|
||||||
class Matrix extends Vector<Vector<Integer>> {
|
class Matrix extends Vector<Vector<java.lang.Integer>> {
|
||||||
|
|
||||||
Matrix mul(m){
|
Matrix mul(m){
|
||||||
ret;
|
ret;
|
||||||
@ -10,5 +10,4 @@ class Matrix extends Vector<Vector<Integer>> {
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user