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
Nullable syntax has existed since Xcode 7. I would expect the nullable, nonnull, _Nullable, _Nonnull keywords to be highlighted in some way (probably like other variable modifiers).
Nullable syntax has existed since Xcode 7. I would expect the
nullable
,nonnull
,_Nullable
,_Nonnull
keywords to be highlighted in some way (probably like other variable modifiers).On a related note, I'd also expect the same with
__block
keyword which has been around much longer:The text was updated successfully, but these errors were encountered: