C#: Extract binary patterns

This commit is contained in:
Tamas Vajk
2020-11-12 11:47:25 +01:00
parent 39977e9a43
commit 4685fc0a32
12 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
lgtm,codescanning
* The `BinaryPatternExpr` class has been added to support C# 9 `and` and `or`
patterns.