mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Fix location override in CaptureNode
This commit is contained in:
@@ -60,7 +60,7 @@ class CaptureNode extends DataFlow::Node, TSynthCaptureNode {
|
||||
override string toString() { result = this.toStringInternal() } // cached in parent class
|
||||
|
||||
cached
|
||||
private Location getLocation() { result = this.getNode().getLocation() }
|
||||
override Location getLocation() { result = this.getNode().getLocation() }
|
||||
}
|
||||
|
||||
class GenericSynthesizedNode extends DataFlow::Node, TGenericSynthesizedNode {
|
||||
|
||||
Reference in New Issue
Block a user