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

defs.nested.test.domain01.domain Maven / Gradle / Ivy

There is a newer version: 1.3.16
Show newest version
domain izumi.test.domain01

data NestedGenerics {
    nested: list[list[str]]
}

data NestedGenerics2 {
    nested: opt[list[str]]
}

enum GoAliasEnumTest {
    Val1
    Val2
}


mixin AllTypes {
  enumMap : map[GoAliasEnumTest, str]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy