Skip to content

Commit 0661627

Browse files
authored
Merge pull request #11733 from michaelnebel/csharp/updatestats
C#: Add dummy type sizes for the list pattern expressions kinds.
2 parents 08240e2 + b9f668b commit 0661627

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

csharp/ql/lib/semmlecode.csharp.dbscheme.stats

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,14 @@
948948
<k>@with_expr</k>
949949
<v>101</v>
950950
</e>
951+
<e>
952+
<k>@list_pattern_expr</k>
953+
<v>0</v>
954+
</e>
955+
<e>
956+
<k>@slice_pattern_expr</k>
957+
<v>0</v>
958+
</e>
951959
<e>
952960
<k>@xmldtd</k>
953961
<v>40</v>

0 commit comments

Comments
 (0)