C++: Fix getAnExpandedArgument

The fix was accidentially lost when rebasing the branch that introduced this
predicate.
This commit is contained in:
Jeroen Ketema
2025-11-19 12:49:02 +01:00
parent e850a8a46c
commit e235e0473a

View File

@@ -97,7 +97,7 @@ class Compilation extends @compilation {
/**
* Gets an expanded argument passed to the extractor on this invocation.
*/
string getAnExpandedArgument() { result = this.getArgument(_) }
string getAnExpandedArgument() { result = this.getExpandedArgument(_) }
/**
* Gets the `i`th expanded argument passed to the extractor on this