• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • None
    • core-libs
    • None

      The first cut of support would be:

      Updates to TypeElement.getSimpleName() for an unnamed class
      Add new default method for TypeElement.isUnnamed. The semantics of this should be something like return getNestingKind() == TOP_LEVEL && getSimpleName().isEmpty().

      There should be some updates to the printing processor to output a source-correct unnamed class and tests that a language model is properly constructed for an unnamed class (name is empty, mandated constructor present, etc.)

            darcy Joe Darcy
            darcy Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: