Swift: add AnnotatedExitNode to cfg to match prior interface

This commit is contained in:
Robert Marsh
2024-01-05 21:25:08 +00:00
parent ea4855bc06
commit 86f59a1c13

View File

@@ -145,4 +145,6 @@ class KeyPathExprCfgNode extends ExprCfgNode {
class EntryNode = Impl::EntryNode;
class ExitNode = Impl::ExitNode;
class ExitNode = Impl::ExitNode;
class AnnotatedExitNode = Impl::AnnotatedExitNode;