Renaming a class with no constructor does not rename internal instantiations of that same class

Issue #2287 resolved
John De Santiago created an issue

The issue only occurs when no constructor is defined for a class that is being renamed, and an instance of that class is instantiated within that class. Renaming works fine for external class dependencies. See screenshot.

Comments (2)

  1. Scott Wells repo owner

    Another piece of fallout from the (relatively) recent change to support implicit/default constructors properly. Fix committed for the next build.

  2. Log in to comment