package p;
class A<S extends Number & Cloneable> {
    {
        Object /*[*/o/*]*/= null;
        o= o.toString();
    }
}