Dariusz Jędrzejczyk

Results 31 issues of Dariusz Jędrzejczyk

In a `@NullMarked` package and the following type hierarchy: ```java public interface Parent { default @Nullable String getName() { return null; } } public enum Child implements Parent { ONE...

lowpriority