You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In @NullMarked code, UnboundedDefaultsToNonNull<?> should be treated like UnboundedDefaultsToNonNull<? extends @Nullable Object>, rather than like UnboundedDefaultsToNonNull<? extends [@NonNull] Object>. This is jspecify/checker-framework#2.
The text was updated successfully, but these errors were encountered:
This is at least a contributor to perhaps 500ish [edit: probably even more!] of the 800ish errors that I've seen in testing inside Google so far:
In
@NullMarked
code,UnboundedDefaultsToNonNull<?>
should be treated likeUnboundedDefaultsToNonNull<? extends @Nullable Object>
, rather than likeUnboundedDefaultsToNonNull<? extends [@NonNull] Object>
. This is jspecify/checker-framework#2.The text was updated successfully, but these errors were encountered: