aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/WitherOnStatic.java
blob: 8f385e09a7ae087916f4dcecd6bbdb18bfbe120e (plain)
1
2
3
4
5
6
7
8
9
class WitherOnStatic {
  static @lombok.experimental.Wither boolean foo;
  static @lombok.experimental.Wither int bar;
  <clinit>() {
  }
  WitherOnStatic() {
    super();
  }
}