We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fd272 commit ac9cac7Copy full SHA for ac9cac7
ruby/ql/lib/codeql/ruby/controlflow/internal/ControlFlowGraphImpl.qll
@@ -1350,8 +1350,8 @@ module Trees {
1350
final override ControlFlowTree getChildElement(int i) { result = this.getComponent(i) }
1351
}
1352
1353
- private class StringComponentComponentTree extends LeafTree, StringComponent {
1354
- StringComponentComponentTree() { not this instanceof StringInterpolationComponent }
+ private class StringComponentTree extends LeafTree, StringComponent {
+ StringComponentTree() { not this instanceof StringInterpolationComponent }
1355
1356
1357
private class ToplevelTree extends BodyStmtTree, Toplevel {
0 commit comments