Add explicit this

This commit is contained in:
Chris Smowton
2021-10-19 11:32:24 +01:00
parent beaa1cffd2
commit d46b897492

View File

@@ -114,7 +114,7 @@ private class StringBuilderVarExt extends StringBuilderVar {
private StringBuilderAppend getNextAppendIncludingAssignmentChains(
StringBuilderConstructorOrAppend prev
) {
result = getNextAssignmentChainedAppend(prev)
result = this.getNextAssignmentChainedAppend(prev)
or
prev = this.getAnAssignedValue() and
result = this.getAFirstAppendAfterAssignment()