File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
test/experimental/dataflow/ApiGraphs Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ module API {
449449 name = n .getId ( ) and
450450 // Not already defined in an enclosing scope.
451451 not exists ( LocalVariable v |
452- v .getId ( ) = name and v .getScope ( ) . getEnclosingScope * ( ) = n .getScope ( )
452+ v .getId ( ) = name and v .getScope ( ) = n .getScope ( ) . getEnclosingScope * ( )
453453 ) and
454454 not name = getBuiltInName ( ) and
455455 s = n .getScope ( ) .getEnclosingScope * ( ) and
Original file line number Diff line number Diff line change 66# going into it from its corresponding `GlobalSsaVariable`.
77hello () #$ MISSING: use=moduleImport("unknown").getMember("hello").getReturn()
88
9+ # We don't want our analysis to think that either `non_module_member` or `outer_bar` can
10+ # come from `from unknown import *`
911non_module_member
1012
1113outer_bar = 5
You can’t perform that action at this time.
0 commit comments