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 eabf2ed commit 965f83eCopy full SHA for 965f83e
ruby/ql/lib/codeql/ruby/controlflow/internal/ControlFlowGraphImpl.qll
@@ -1007,9 +1007,7 @@ module Trees {
1007
}
1008
1009
private class InstanceVariableTree extends StandardPostOrderTree, InstanceVariableAccess {
1010
- final override ControlFlowTree getChildElement(int i) {
1011
- result = this.getReceiver() and i = 0
1012
- }
+ final override ControlFlowTree getChildElement(int i) { result = this.getReceiver() and i = 0 }
1013
1014
1015
private class KeywordParameterTree extends DefaultValueParameterTree, KeywordParameter {
0 commit comments