mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
7 lines
232 B
Plaintext
7 lines
232 B
Plaintext
/** Top-level import for the Swift language pack */
|
|
|
|
import codeql.swift.elements
|
|
import codeql.swift.elements.expr.ArithmeticOperation
|
|
import codeql.swift.elements.expr.LogicalOperation
|
|
import codeql.swift.elements.decl.MethodDecl
|