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

defs.subdir.source.test.domain01.domain Maven / Gradle / Ivy

The 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