-
Bug
-
Resolution: Fixed
-
P5
-
5.0
-
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;
}