aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/WithWithDollar.java
blob: 1dd5d47d2ccdf255e566adba92eaed3bb025993c (plain)
1
2
3
class WithWithDollar {
	@lombok.With int $i;
}