1   package test.mixin.perclass;
2   
3   public class ToBeIntroducedUsingHasField {
4       private int thisFieldNameShouldHopefullyBeUnique_perclass;
5   }