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