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
class ArrowMethods : IDisposable
{
static ArrowMethods() => throw new Exception(); // FN, needs support for throw expressions
public void Dispose() => throw new Exception(); // FN
}
The text was updated successfully, but these errors were encountered:
S3877 ExceptionShouldNotBeThrownFromUnexpectedMethods
Should have support for arrow methods.
The text was updated successfully, but these errors were encountered: