1   package test.mixin.perinstance;
2   
3   public class ToBeIntroducedUsingHasMethod {
4       public void thisMethodNameShouldHopefullyBeUnique_perinstance() {
5       }
6   }