Relates :
|
|
Relates :
|
|
Relates :
|
An unbound wildcard "?" is equivalent to "? extends Object" (see JDK-6480391). Thus, an equality constraint can be reduced by treating "?" as if it were "? extends Object". It should even be possible to reduce "Foo<?> = Foo<? extends alpha>" to "alpha = Object".
|