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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.71.0
OS Version: Windows 10 10.0.19044 (on Linux similarly)
Steps to Reproduce:
declare a class with a static method that returns an instance of this class by calling this
declare a class inheriting from the first with its own method or property
vs code will show the presence of a problem consisting in the absence of this method/property in the first class
the code is quite working and the result of the create method called from the C2 class has the m method
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
this
the code is quite working and the result of the create method called from the
C2
class has them
methodThe text was updated successfully, but these errors were encountered: