aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/WitherWithAbstract.java
blob: acc9094b1918b4d89a9018e4973b7a334e892b1c (plain)
1
2
3
abstract class WitherWithAbstract {
	@lombok.experimental.Wither String foo;
}