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
[Test]publicstaticvoidReturningIfTrueReturnNullReturnItemAfter(){varcode=@"namespace N{ using System; using System.IO; sealed class C { MemoryStream M(bool condition) { ↓var item = new MemoryStream(); if (condition) { return null; } return item; } }}";RoslynAssert.Diagnostics(Analyzer,ExpectedDiagnostic,code);}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: