We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bbe67 commit 9ee831aCopy full SHA for 9ee831a
ruby/ql/test/library-tests/dataflow/global/instance_variables.rb
@@ -77,3 +77,8 @@ def set_field_on x
77
foo12 = Foo.new
78
set_field_on (foo12) # space after `set_field_on` is important for this test
79
sink(foo12.get_field) # $ hasValueFlow=28
80
+
81
+foo13 = Foo.new
82
+foo14 = Foo.new
83
+set_field_on(foo14 = foo13)
84
+sink(foo13.get_field) # $ hasValueFlow=28
0 commit comments