All Downloads are FREE. Search and download functionalities are using the official Maven repository.

defs.main-tests.source.idltest.enums.domain Maven / Gradle / Ivy

The newest version!
domain idltest.enums

enum TestEnum {
  Element1 = 123
  Element2 = "xxx"
  Element3 = ([123, 456])
  Element4
}

data KVEnumGeneric {
  test: map[str, TestEnum]
}

data EnumHolder {
    en: TestEnum
}

enum ShortSyntaxEnum = Element11 | Element22




© 2015 - 2025 Weber Informatics LLC | Privacy Policy