-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 5.0
-
Component/s: tools
-
b40
-
generic
-
generic
-
Not verified
The compiler fails to accept this program:
class Foo<T> {
class Bar<U extends T> {}
Foo<Number>.Bar<Integer> f;
}
class Foo<T> {
class Bar<U extends T> {}
Foo<Number>.Bar<Integer> f;
}