mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
remove unnecessary ExprNodes prefix
This commit is contained in:
@@ -337,7 +337,7 @@ module ExprNodes {
|
||||
}
|
||||
|
||||
/** A control-flow node that wraps a `StringInterpolationComponent` AST expression. */
|
||||
class StringInterpolationComponentCfgNode extends ExprNodes::StmtSequenceCfgNode {
|
||||
class StringInterpolationComponentCfgNode extends StmtSequenceCfgNode {
|
||||
StringInterpolationComponentCfgNode() { this.getNode() instanceof StringInterpolationComponent }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user