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
(14,13): warning CS8604: Possible null reference argument for parameter 'a'
in 'A.implicit operator C(A a)'
(15,13): warning CS8604: Possible null reference argument for parameter 'a'
in 'A.implicit operator C(A a)'
Actual:
(14,13): warning CS8619: Nullability of reference types in value of type '(B?, B)'
doesn't match target type '(C, C?)'.
The text was updated successfully, but these errors were encountered:
Expected:
Actual:
The text was updated successfully, but these errors were encountered: