Skip to content

Enum value can omit enum name when it can be inferred #360

@giann

Description

@giann
enum Locale {
    fr,
    en,
    it,
}

final locale: Locale = .fr;

Metadata

Metadata

Assignees

No one assigned

    Labels

    languageIssue related to the language

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions