Revert "Merge pull request #4653 from tamasvajk/feature/csharp9-relational-pattern"

This reverts commit 5e75a4109c, reversing
changes made to c751c516bf.
This commit is contained in:
Tamas Vajk
2020-11-27 12:23:38 +01:00
parent a94f244659
commit 998e2de2c6
14 changed files with 2 additions and 3962 deletions

View File

@@ -1,3 +0,0 @@
lgtm,codescanning
* The `RelationalPatternExpr` and its 4 sub class have been added to support C# 9
relational `<`, `>`, `<=`, and `>=` patterns.