C#: Add upgrade- and downgrade scripts for unsigned right shift operators.

This commit is contained in:
Michael Nebel
2023-01-11 15:09:00 +01:00
parent 529be7ef18
commit 5e89119b3d
7 changed files with 8290 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Add unsigned right shift and unsigned right shift assignment expression kinds.
compatibility: backwards