aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/ConstructorInner.java
blob: dd74d43a995c147645858b705a901f4c57391564 (plain)
1
2
3
4
5
class ConstructorInner {
	@lombok.AllArgsConstructor(staticName = "of")
	static class Inner {
	}
}