mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Swift: add AnnotatedExitNode to cfg to match prior interface
This commit is contained in:
@@ -145,4 +145,6 @@ class KeyPathExprCfgNode extends ExprCfgNode {
|
||||
|
||||
class EntryNode = Impl::EntryNode;
|
||||
|
||||
class ExitNode = Impl::ExitNode;
|
||||
class ExitNode = Impl::ExitNode;
|
||||
|
||||
class AnnotatedExitNode = Impl::AnnotatedExitNode;
|
||||
Reference in New Issue
Block a user