mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Handle InlineArrayTypes
This commit is contained in:
@@ -1192,6 +1192,10 @@ class BuiltinIntegerLiteralType(AnyBuiltinIntegerType):
|
||||
class BuiltinIntegerType(AnyBuiltinIntegerType):
|
||||
width: optional[int]
|
||||
|
||||
class InlineArrayType(SyntaxSugarType):
|
||||
count_type: Type
|
||||
element_type: Type
|
||||
|
||||
class DictionaryType(SyntaxSugarType):
|
||||
key_type: Type
|
||||
value_type: Type
|
||||
|
||||
Reference in New Issue
Block a user