Files
lombok/test/transform/resource/before/WithWithDollar.java
T

4 lines
47 B
Java

class WithWithDollar {
@lombok.With int $i;
}