mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +02:00
Swift: Update schema
This commit is contained in:
@@ -1480,7 +1480,14 @@ class TypeValueExpr(Expr):
|
||||
class IntegerType(Type):
|
||||
value: string
|
||||
|
||||
class BuiltinFixedArrayType(BuiltinType):
|
||||
class BuiltinGenericType(BuiltinType):
|
||||
"""
|
||||
A builtin generic type.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class BuiltinFixedArrayType(BuiltinGenericType):
|
||||
"""
|
||||
A builtin type representing N values stored contiguously.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user