You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
Calling find all references on Foo's constructor should return a reference to Bar in new Bar(). Actual behavior:
A reference to Bar in new Bar() is not returned.