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 class Bar2 doesn't have a HasValue method so this produces compile fails
error CS1061: 'Bar2' does not contain a definition for 'HasValue' and no accessible extension method 'HasValue' accepting a first argument of type 'Bar2' could be found (are you missing a using directive or an assembly reference?)
warning CS8603: Possible null reference return.
The text was updated successfully, but these errors were encountered:
The following code
Produces the following
The class
Bar2
doesn't have a HasValue method so this produces compile failsThe text was updated successfully, but these errors were encountered: