modified: resources/AllgemeinTest/Pair.jav
This commit is contained in:
parent
9d03080667
commit
48daa9731f
@ -25,9 +25,9 @@ class Pair<U, T> {
|
|||||||
//return p.a == p.b;
|
//return p.a == p.b;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
void m(Pair<?, ?> p, List<? extends Eq> b)
|
/*
|
||||||
|
void m(Pair<?, ?> p, Vector<?> b)
|
||||||
{
|
{
|
||||||
//this.compare(p); //1, type incorrect
|
//this.compare(p); //1, type incorrect
|
||||||
this.compare(this.make(b)); //2, OK
|
this.compare(this.make(b)); //2, OK
|
||||||
|
Loading…
Reference in New Issue
Block a user