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
Currently, this produces a warning, but it should not.
using System.Threading.Tasks;publicclassC{publicasyncTask<string?>M(){await Task.Delay(10);returnnull;// warning CS8625: Cannot convert null literal to non-nullable reference or unconstrained type parameter.}}
Currently, this produces a warning, but it should not.
Found in nullable dogfood. Assigned to @cston
The text was updated successfully, but these errors were encountered: