Skip to content

Commit e2614a1

Browse files
committed
C#: Add some dummy db stats for the new expression kinds.
1 parent 1ef8daf commit e2614a1

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>@utf8_string_literal_expr</k>
949949
<v>4152</v>
950950
</e>
951+
<e>
952+
<k>@collection_expr</k>
953+
<v>0</v>
954+
</e>
955+
<e>
956+
<k>@spread_element_expr</k>
957+
<v>0</v>
958+
</e>
951959
<e>
952960
<k>@define_symbol_expr</k>
953961
<v>40236</v>

0 commit comments

Comments
 (0)