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
Both are annotated with @Nullable but I get this error message:
error: [NullAway] Parameter has type Consumer<@org.jspecify.annotations.Nullable B>, but overridden method has parameter type Consumer<B>, which has mismatched type parameter nullability
The text was updated successfully, but these errors were encountered:
With JSpecify mode enabled, I have this interface:
Implemented in:
Both are annotated with
@Nullable
but I get this error message:The text was updated successfully, but these errors were encountered: