mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: Model parameter with default value as DefinitionNode
This commit is contained in:
@@ -71,7 +71,7 @@ def from_parameter_default():
|
||||
def outer(x=tracked): # $tracked
|
||||
print(x) # $tracked
|
||||
def inner():
|
||||
print(x) # $ MISSING: tracked
|
||||
print(x) # $ tracked
|
||||
print(x_alias) # $tracked
|
||||
return x # $tracked
|
||||
also_x = outer() # $tracked
|
||||
|
||||
Reference in New Issue
Block a user