Skip to content

Commit b9f668b

Browse files
committed
C#: Add dummy type sizes for the list pattern expressions kinds.
1 parent 30451ee commit b9f668b

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)