mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: extract ActorIsolationErasureExpr
This commit is contained in:
@@ -1450,3 +1450,10 @@ class CurrentContextIsolationExpr(Expr):
|
||||
the source.
|
||||
"""
|
||||
actor: Expr
|
||||
|
||||
|
||||
class ActorIsolationErasureExpr(ImplicitConversionExpr):
|
||||
"""
|
||||
A conversion that erases the actor isolation of an expression with `@isolated(any)` function
|
||||
type.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user