Skip to content

-xml contains no indication whether a class is final #9276

Closed
@Gama11

Description

The relevant section of the generated XML for this:

final class Main {}

...looks like this:

<class path="Main" params="" file="source/Main.hx"/>

As you can see, nothing here to indicate that it's a final class - I was expecting @:final meta, or final="1" (like with interface="1"). Context: wanted to render this info in dox.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions