import org.jetbrains.annotations.Nullable; public class DDD { @Nullable String field; int test() { return new DDD().field.hashCode(); } }