mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: extract CurrentContextIsolationExpr
This commit is contained in:
@@ -1440,3 +1440,13 @@ class ExtractFunctionIsolationExpr(Expr):
|
||||
```
|
||||
"""
|
||||
function_expr: Expr | child
|
||||
|
||||
|
||||
@qltest.skip
|
||||
class CurrentContextIsolationExpr(Expr):
|
||||
"""
|
||||
An expression that extracts the actor isolation of the current context, of type `(any Actor)?`.
|
||||
This is synthesized by the type checker and does not have any way to be expressed explicitly in
|
||||
the source.
|
||||
"""
|
||||
actor: Expr
|
||||
|
||||
Reference in New Issue
Block a user