aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/WitherOnStatic.java
blob: 566c815457fcd8f6870bff555e1c603ac3477efe (plain)
1
2
3
4
class WitherOnStatic {
	@lombok.experimental.Wither static boolean foo;
	@lombok.experimental.Wither static int bar;
}