Python: Enable implicit this warnings

This commit is contained in:
Kasper Svendsen
2023-05-04 07:54:30 +02:00
parent 0b2f5609d6
commit d9f29a85d6
6 changed files with 7 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class ModificationOfParameterWithDefaultTest extends InlineExpectationsTest {
}
override predicate hasActualResult(Location location, string element, string tag, string value) {
exists(DataFlow::Node n | relevant_node(n) |
exists(DataFlow::Node n | this.relevant_node(n) |
n.getLocation() = location and
tag = "modification" and
value = prettyNode(n) and