Skip to content

Inner classes do not work properly #4

@mhdirkse

Description

@mhdirkse

In my Codegen program I has an annotation @input() where referenced the name of an inner class. The Codegen program gave an error when the inner class was referenced by its canonical name, which is without "$" sign. The plugin error was fixed when the class was referenced by its ordinary name, which is with "$" sign. But that way, I got a compile error in my output class. It inherited from , but now you do not need the "$" sign.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions