|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
javac improperly rejects the following:
class Z {
static <T> T f(T a, T b) {
return a;
}
static Cloneable main(Cloneable a, float[] b) {
return f(a, b);
}
}
|