Skip to content

Enums are not translated #6

@Schnurber

Description

@Schnurber

Java-Enums are not translated. There are no enums in JS
Proposal:

enum Direction {
  UP, DOWN
}

could be translated to:

class Direction {
    static int UP = 1;
    static int DOWN = 2;
}

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