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
The type of that field is incorrect - as written it says that the function might return null, instead of saying that the field is allowed to be null. Correct options could be
Java input:
Resulting field:
The type of that field is incorrect - as written it says that the function might return null, instead of saying that the field is allowed to be null. Correct options could be
Put the
null
first:Add parens around functions if they are going to be unioned
The text was updated successfully, but these errors were encountered: