aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/WitherWithDollar.java
blob: db46e259d3476870bd9104b7af4ddd10fdae72e2 (plain)
1
2
3
4
5
6
class WitherWithDollar {
  @lombok.experimental.Wither int $i;
  WitherWithDollar() {
    super();
  }
}