Files
codeql/csharp/change-notes/2020-11-18-lambda-modifiers.md
2020-11-26 16:12:18 +01:00

2 lines
218 B
Markdown

lgtm,codescanning
* The `AnonymousFunctionExpr` class now extends `Modifiable`. This change allows storing the `async` modifier for lambdas, which was missing before, and the `static` modifier, which was added in C# 9.