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
This is related to #100 but the solution to other nodes like IfStatementSyntax isn't easily implemented for AnonymousMethodExpressions.
Adding a group around Func<string, string, bool> f5 = delegate(string exactly80, string abcd)
is not easily possible.
This is also only the difference of about 2 characters, so it may not be worth the effort.
This is related to #100 but the solution to other nodes like IfStatementSyntax isn't easily implemented for AnonymousMethodExpressions.
Adding a group around Func<string, string, bool> f5 = delegate(string exactly80, string abcd)
is not easily possible.
This is also only the difference of about 2 characters, so it may not be worth the effort.
Expected result is
But actual result is
The text was updated successfully, but these errors were encountered: