Make CfgScope extend Scope

This commit is contained in:
Nick Rolfe
2021-03-18 19:08:51 +00:00
parent 6bcc433af3
commit c0636bef29

View File

@@ -9,7 +9,7 @@ private import internal.Splitting
private import internal.Completion
/** An AST node with an associated control-flow graph. */
class CfgScope extends AstNode {
class CfgScope extends Scope {
CfgScope() { this instanceof CfgScope::Range_ }
/** Gets the CFG scope that this scope is nested under, if any. */