mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
8 lines
284 B
Plaintext
8 lines
284 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
|
|
import codeql.swift.elements.decl.ClassOrStructDecl
|