mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
Make CfgScope extend Scope
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user