class WitherOnStatic {
  static @lombok.experimental.Wither boolean foo;
  static @lombok.experimental.Wither int bar;
  <clinit>() {
  }
  WitherOnStatic() {
    super();
  }
}