mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: do not commit to CfgNode
This commit is contained in:
@@ -104,7 +104,7 @@ class LocalSourceNode extends Node {
|
||||
/**
|
||||
* Gets a subscript of this node.
|
||||
*/
|
||||
CfgNode getASubscript() { Cached::subscript(this, result) }
|
||||
Node getASubscript() { Cached::subscript(this, result) }
|
||||
|
||||
/**
|
||||
* Gets a call to the method `methodName` on this node.
|
||||
|
||||
Reference in New Issue
Block a user