mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-10 02:17:34 +00:00
[issue #2369] [reproduction-test] inner types not detected as static if in interface/enum.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public interface WithNested<Z> {
|
||||
@lombok.RequiredArgsConstructor
|
||||
class IAmStaticReally {
|
||||
@lombok.With final String x;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user