mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
2 lines
218 B
Markdown
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. |