mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Python: Accept fix from extractor change
namely the variable access mentioned in https://github.com/github/codeql/pull/10171
This commit is contained in:
@@ -16,7 +16,7 @@ def test():
|
||||
class A(object):
|
||||
def foo(self):
|
||||
print("A.foo")
|
||||
foo() # $ pt=foo MISSING: tt=foo
|
||||
foo() # $ pt,tt=foo
|
||||
|
||||
a = A()
|
||||
a.foo() # $ pt,tt=A.foo
|
||||
|
||||
Reference in New Issue
Block a user