1 abstract class AbstractClassWithFieldExtendingValueClass extends IdentityAbstract {
2     int i;
3 }
4