public class Stuff {
  int i = 1;

  public void nonStaticMethod() {
    // do something
  }
}