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