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
Currently a constructor of a class is marked as a reference of that class and any usage sites (new MyClass()) are marked as occurrences for MyClass, but neither of these are marked as occurrences of the <constructor> method as they should be.
The text was updated successfully, but these errors were encountered:
Currently a constructor of a class is marked as a reference of that class and any usage sites (
new MyClass()
) are marked as occurrences forMyClass
, but neither of these are marked as occurrences of the<constructor>
method as they should be.The text was updated successfully, but these errors were encountered: