mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: extract UnreachableExpr
This commit is contained in:
@@ -1457,3 +1457,9 @@ class ActorIsolationErasureExpr(ImplicitConversionExpr):
|
||||
A conversion that erases the actor isolation of an expression with `@isolated(any)` function
|
||||
type.
|
||||
"""
|
||||
|
||||
|
||||
class UnreachableExpr(ImplicitConversionExpr):
|
||||
"""
|
||||
A conversion from the uninhabited type to any other type. It's never evaluated.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user