aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/WithOnStatic.java
blob: f8105e0e50dd34a164898085cedbe4bd5f6e18c3 (plain)
1
2
3
4
class WithOnStatic {
	@lombok.With static boolean foo;
	@lombok.With static int bar;
}