C#: Extract unary patterns

This commit is contained in:
Tamas Vajk
2021-01-11 14:03:53 +01:00
parent 842ed62875
commit 927dd514ea
11 changed files with 133 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
lgtm,codescanning
* The `UnaryPatternExpr` and `NotPatternExpr` classes have been added to support
C# 9 unary `not` pattern.