Skip to content

Support Scala Enumeration where Value is explicitly renamed #23

@jakipatryk

Description

@jakipatryk

Followup of #11 that should enhance the functionality implemented there for such enums:

object ThingsWithRenaming extends Enumeration {
  type ThingWithRenaming = Value

  val Pizza = Value("PIZZA")
  val TV = Value("TV")
  val Radio = Value("RADIO")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions