Python: do not commit to CfgNode

This commit is contained in:
Rasmus Lerchedahl Petersen
2022-09-28 16:12:29 +02:00
parent 05102f9007
commit d122a64e74

View File

@@ -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.