Skip to content

Commit 3d1b2fd

Browse files
committed
Swift: Rename NumericOrCharType.qll -> Numer> NumericType.qll.
1 parent 418d593 commit 3d1b2fd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

swift/ql/lib/swift.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ import codeql.swift.elements.expr.InitializerCallExpr
1010
import codeql.swift.elements.expr.SelfRefExpr
1111
import codeql.swift.elements.decl.MethodDecl
1212
import codeql.swift.elements.decl.ClassOrStructDecl
13-
import codeql.swift.elements.type.NumericOrCharType
13+
import codeql.swift.elements.type.NumericType
1414
import codeql.swift.Unit

0 commit comments

Comments
 (0)