1   package test;
2   
3   public class ToBeIntroducedUsingHasField {
4      private int thisFieldNameShouldHopefullyBeUnique;
5   }