Merge pull request #11733 from michaelnebel/csharp/updatestats

C#: Add dummy type sizes for the list pattern expressions kinds.
This commit is contained in:
Michael Nebel
2022-12-19 10:51:06 +01:00
committed by GitHub

View File

@@ -948,6 +948,14 @@
<k>@with_expr</k>
<v>101</v>
</e>
<e>
<k>@list_pattern_expr</k>
<v>0</v>
</e>
<e>
<k>@slice_pattern_expr</k>
<v>0</v>
</e>
<e>
<k>@xmldtd</k>
<v>40</v>