CodeQL library for Swift
codeql/swift-all 6.2.1-dev (changelog, source)
Search

Module ExplicitClosureExpr

This module provides the public class ExplicitClosureExpr.

Import path

import codeql.swift.elements.expr.ExplicitClosureExpr

Imports

ClosureExpr

This module provides the public class ClosureExpr.

Aliases

ExplicitClosureExpr

A Swift explicit closure expr, that is, a closure written using { ... -> ... in ... } syntax rather than automatically generated by the compiler.