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