Skip to content

Commit af3f782

Browse files
committed
Swift: fix TypeDecl.qll
1 parent 581939d commit af3f782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/elements/decl/TypeDecl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
private import codeql.swift.generated.decl.TypeDecl
2-
private import codeql.swift.generated.type.Type
2+
private import codeql.swift.elements.type.Type
33
private import codeql.swift.elements.type.AnyGenericType
44
private import swift
55

0 commit comments

Comments
 (0)