mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Add some more collection and spread element expression kinds to the dbscheme.
This commit is contained in:
@@ -130,6 +130,8 @@ namespace Semmle.Extraction.Kinds
|
||||
URSHIFT = 133,
|
||||
ASSIGN_URSHIFT = 134,
|
||||
UTF8_STRING_LITERAL = 135,
|
||||
COLLECTION = 136,
|
||||
SPREAD_ELEMENT = 137,
|
||||
DEFINE_SYMBOL = 999,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user