Skip to content

Syntax error when generating package private abstract classes  #85

@mchs62

Description

@mchs62

package private abstract classes are generated with the plugin in this manner:

abstract ~class SomeAbstractClass {
...
}

which is a syntax error:
Screenshot Capture - 2022-05-10 - 16-08-36

Normally the '~' sign must be written before abstract like this :

~abstract class SomeAbstractClass {
...
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions