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
error: [NullAway] Conditional expression must have type String[] but the sub-expression has type @Nullable String[], which has mismatched nullability of type parameters
Looks like a valid use case to me.
The text was updated successfully, but these errors were encountered:
With the JSpecify mode enabled, I have a method defined as:
And an interface defined as:
Used in:
Which generate the following error:
Looks like a valid use case to me.
The text was updated successfully, but these errors were encountered: