Skip to content

Commit 7f5344e

Browse files
MathiasVPatorralba
andauthored
Update swift/ql/lib/codeql/swift/elements/type/NumericOrCharType.qll
Co-authored-by: Tony Torralba <[email protected]>
1 parent 381301e commit 7f5344e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/elements/type/NumericOrCharType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class CharacterType extends StructType {
1111
class IntegerType extends Type {
1212
IntegerType() {
1313
this.getName() =
14-
["Int", "Int8", "Int16", "Int32", "Int64", "UInt", "UInt8", "Uint16", "Uint32", "UInt64"]
14+
["Int", "Int8", "Int16", "Int32", "Int64", "UInt", "UInt8", "UInt16", "UInt32", "UInt64"]
1515
or
1616
this instanceof BuiltinIntegerType
1717
}

0 commit comments

Comments
 (0)