-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: tools
-
mantis
-
generic
-
solaris_8
The generic prototype compiler allows reference to generic type
parameters in the definition of static members. That doesn't make
any sense semantically and should be disallowed.
class X<T> {
static T x = null;
}
parameters in the definition of static members. That doesn't make
any sense semantically and should be disallowed.
class X<T> {
static T x = null;
}