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

defs.any.idltest.upcasts.domain Maven / Gradle / Ivy

There is a newer version: 1.3.16
Show newest version
domain idltest.upcasts

mixin Identifiable {
  id: uid
}

mixin ItemContent {
  + Identifiable
  name: str
}

data Item {
    + ItemContent
    price: i32
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy