We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418d593 commit 3d1b2fdCopy full SHA for 3d1b2fd
swift/ql/lib/codeql/swift/elements/type/NumericOrCharType.qll renamed to swift/ql/lib/codeql/swift/elements/type/NumericType.qll
swift/ql/lib/swift.qll
@@ -10,5 +10,5 @@ import codeql.swift.elements.expr.InitializerCallExpr
10
import codeql.swift.elements.expr.SelfRefExpr
11
import codeql.swift.elements.decl.MethodDecl
12
import codeql.swift.elements.decl.ClassOrStructDecl
13
-import codeql.swift.elements.type.NumericOrCharType
+import codeql.swift.elements.type.NumericType
14
import codeql.swift.Unit
0 commit comments