1 abstract identity class IdentityClassImplementingValueInterface implements IdentityInterface {
2     int i;
3 }
4