Files
lombok/test/transform/resource/after-ecj/WitherWithDollar.java
T

7 lines
105 B
Java

class WitherWithDollar {
@lombok.experimental.Wither int $i;
WitherWithDollar() {
super();
}
}