|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=121369
Javac fails to infer the correct type for this method call
Foo.foo();
given this definition of Foo:
class Foo {
static <T, U extends java.util.List<T>> void foo() {
return;
}
}
|