1 public abstract class Blah {
unrelatedStuff()2     public void unrelatedStuff() {
3     }
4 }
5