Release Note: New Class AST Node With enclosing Instance

XMLWordPrintable

    • Verified

      New Class AST nodes with an enclosing instance that incorrectly return a null have been fixed. In some cases, the `getEnclosingExpression()` method of the NewClassTree AST node was returning null for code like:

      ```
      <enclosing>.new <Class>(...) { ... }
      ```

      This has been fixed, and getEnclosingExpression() now returns the enclosing expression.

            Assignee:
            Jan Lahoda
            Reporter:
            Jan Lahoda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: